#423181

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

Shades of Windsor #423181

Tints of Windsor #423181

Color information

#423181 (or 0x423181) is unknown color: approx Windsor. HEX triplet: 42, 31 and 81. RGB value is (66,49,129). Sum of RGB (Red+Green+Blue) = 66+49+129=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 129 (50.78% from 255 or 52.87% from 244); Max value from RGB is 129 - color contains mainly: blue. Hex color #423181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423181 is #BDCE7E. Grayscale: #3E3E3E. Windows color (decimal): -12439167 or 8466754. OLE color: 8466754.

HSL color Cylindrical-coordinate representation of color #423181: hue angle of 252.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423181 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6649129-
CMYK0.490.6200.49
HSL252.75º44.94%34.9%-
HSV(B)252.75º62.02%50.59%-
XYZ7.314.9421.34-
YUV63.2165.13130-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 129 (50.78% from 255) = 52.87%
R=27.05%
G=20.08%
B=52.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66491290.490.6200.49252.7544.9434.9
Hex423181313E031fd2d23
Octal1026120161760613755543
Binary100001011000110000001110001111110011000111111101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423181; }

 p { color: rgb(66,49,129); }

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

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

 a { background-color: rgb(66,49,129); }

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

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

 span { border-color: rgb(66,49,129); }

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