#432572

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

Shades of Windsor #432572

Tints of Windsor #432572

Color information

#432572 (or 0x432572) is unknown color: approx Windsor. HEX triplet: 43, 25 and 72. RGB value is (67,37,114). Sum of RGB (Red+Green+Blue) = 67+37+114=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #432572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432572 is #BCDA8D. Grayscale: #363636. Windows color (decimal): -12376718 or 7480643. OLE color: 7480643.

HSL color Cylindrical-coordinate representation of color #432572: hue angle of 263.38º degrees, saturation: 0.51, 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 #432572 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6737114-
CMYK0.410.6800.55
HSL263.38º50.99%29.61%-
HSV(B)263.38º67.54%44.71%-
XYZ6.013.7316.32-
YUV54.75161.44136.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.73%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=30.73%
G=16.97%
B=52.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67371140.410.6800.55263.3850.9929.61
Hex4325722944037107331e
Octal10345162511040674076336
Binary100001110010111100101010011000100011011110000011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432572; }

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

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

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

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

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

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

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

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