#43248F

Color #43248F Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #43248F

Tints of Windsor #43248F

Color information

#43248F (or 0x43248F) is unknown color: approx Windsor. HEX triplet: 43, 24 and 8F. RGB value is (67,36,143). Sum of RGB (Red+Green+Blue) = 67+36+143=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #43248F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43248F is #BCDB70. Grayscale: #393939. Windows color (decimal): -12376945 or 9380931. OLE color: 9380931.

HSL color Cylindrical-coordinate representation of color #43248F: hue angle of 257.38º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43248F is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6736143-
CMYK0.530.7500.44
HSL257.38º59.78%35.1%-
HSV(B)257.38º74.83%56.08%-
XYZ7.94.4426.43-
YUV57.47176.27134.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 27.24%
GREEN value IS 36 (14.45% from 255) = 14.63%
BLUE value IS 143 (56.25% from 255) = 58.13%
R=27.24%
G=14.63%
B=58.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67361430.530.7500.44257.3859.7835.1
Hex43248F354B02C1013c23
Octal10344217651130544017443
Binary10000111001001000111111010110010110101100100000001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43248F; }

 p { color: rgb(67,36,143); }

 H1.HeaderClassName
 {
   color: #43248F;
 }
 .AnyTagClassName
 {
   color: #43248F;
 }
</style>
background-color css

<style>
 a { background-color: #43248F; }

 a { background-color: rgb(67,36,143); }

 div.DivClassName
 {
   background-color: #43248F;
 }
 .BgClassName
 {
   background-color: #43248F;
 }
</style>
border-color css

<style>
 span { border-color: #43248F; }

 span { border-color: rgb(67,36,143); }

 td.TdClassName
 {
   border-color: #43248F;
 }
 .TagClassName
 {
   border-color: #43248F;
 }
</style>