#432574

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

Shades of Windsor #432574

Tints of Windsor #432574

Color information

#432574 (or 0x432574) is unknown color: approx Windsor. HEX triplet: 43, 25 and 74. RGB value is (67,37,116). Sum of RGB (Red+Green+Blue) = 67+37+116=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #432574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432574 is #BCDA8B. Grayscale: #363636. Windows color (decimal): -12376716 or 7611715. OLE color: 7611715.

HSL color Cylindrical-coordinate representation of color #432574: hue angle of 262.78º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #432574 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6737116-
CMYK0.420.6800.55
HSL262.78º51.63%30%-
HSV(B)262.78º68.1%45.49%-
XYZ6.133.7816.93-
YUV54.98162.44136.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 116 (45.70% from 255) = 52.73%
R=30.45%
G=16.82%
B=52.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67371160.420.6800.55262.7851.6330
Hex4325742A44037107341e
Octal10345164521040674076436
Binary100001110010111101001010101000100011011110000011111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432574; }

 p { color: rgb(67,37,116); }

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

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

 a { background-color: rgb(67,37,116); }

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

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

 span { border-color: rgb(67,37,116); }

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