#432d87

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

Shades of Windsor #432D87

Tints of Windsor #432D87

Color information

#432D87 (or 0x432D87) is unknown color: approx Windsor. HEX triplet: 43, 2D and 87. RGB value is (67,45,135). Sum of RGB (Red+Green+Blue) = 67+45+135=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #432D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432D87 is #BCD278. Grayscale: #3D3D3D. Windows color (decimal): -12374649 or 8858947. OLE color: 8858947.

HSL color Cylindrical-coordinate representation of color #432D87: hue angle of 254.67º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #432D87 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6745135-
CMYK0.500.6700.47
HSL254.67º50%35.29%-
HSV(B)254.67º66.67%52.94%-
XYZ7.634.8223.45-
YUV61.84169.29131.68-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.13%
GREEN value IS 45 (17.97% from 255) = 18.22%
BLUE value IS 135 (53.12% from 255) = 54.66%
R=27.13%
G=18.22%
B=54.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67451350.500.6700.47254.675035.29
Hex432D87324302Fff3223
Octal10355207621030573776243
Binary1000011101101100001111100101000011010111111111111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432d87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432d87; }

 p { color: rgb(67,45,135); }

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

<style>
 a { background-color: #432d87; }

 a { background-color: rgb(67,45,135); }

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

<style>
 span { border-color: #432d87; }

 span { border-color: rgb(67,45,135); }

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