#432475

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

Shades of Windsor #432475

Tints of Windsor #432475

Color information

#432475 (or 0x432475) is unknown color: approx Windsor. HEX triplet: 43, 24 and 75. RGB value is (67,36,117). Sum of RGB (Red+Green+Blue) = 67+36+117=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #432475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432475 is #BCDB8A. Grayscale: #363636. Windows color (decimal): -12376971 or 7676995. OLE color: 7676995.

HSL color Cylindrical-coordinate representation of color #432475: hue angle of 262.96º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #432475 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6736117-
CMYK0.430.6900.54
HSL262.96º52.94%30%-
HSV(B)262.96º69.23%45.88%-
XYZ6.163.7417.23-
YUV54.5163.27136.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 36 (14.45% from 255) = 16.36%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=30.45%
G=16.36%
B=53.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67361170.430.6900.54262.9652.9430
Hex4324752B45036107351e
Octal10344165531050664076536
Binary100001110010011101011010111000101011011010000011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432475; }

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

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

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

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

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

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

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

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