#423377

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

Shades of Windsor #423377

Tints of Windsor #423377

Color information

#423377 (or 0x423377) is unknown color: approx Windsor. HEX triplet: 42, 33 and 77. RGB value is (66,51,119). Sum of RGB (Red+Green+Blue) = 66+51+119=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #423377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423377 is #BDCC88. Grayscale: #3E3E3E. Windows color (decimal): -12438665 or 7811906. OLE color: 7811906.

HSL color Cylindrical-coordinate representation of color #423377: hue angle of 253.24º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #423377 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6651119-
CMYK0.450.5700.53
HSL253.24º40%33.33%-
HSV(B)253.24º57.14%46.67%-
XYZ6.764.8618.03-
YUV63.24159.47129.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 119 (46.88% from 255) = 50.42%
R=27.97%
G=21.61%
B=50.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66511190.450.5700.53253.244033.33
Hex4233772D39035fd2821
Octal1026316755710653755041
Binary10000101100111110111101101111001011010111111101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423377; }

 p { color: rgb(66,51,119); }

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

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

 a { background-color: rgb(66,51,119); }

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

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

 span { border-color: rgb(66,51,119); }

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