#42337C

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

Shades of Windsor #42337C

Tints of Windsor #42337C

Color information

#42337C (or 0x42337C) is unknown color: approx Windsor. HEX triplet: 42, 33 and 7C. RGB value is (66,51,124). Sum of RGB (Red+Green+Blue) = 66+51+124=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #42337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42337C is #BDCC83. Grayscale: #3F3F3F. Windows color (decimal): -12438660 or 8139586. OLE color: 8139586.

HSL color Cylindrical-coordinate representation of color #42337C: hue angle of 252.33º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42337C is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6651124-
CMYK0.470.5900.51
HSL252.33º41.71%34.31%-
HSV(B)252.33º58.87%48.63%-
XYZ7.074.9819.66-
YUV63.81161.97129.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 124 (48.83% from 255) = 51.45%
R=27.39%
G=21.16%
B=51.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66511240.470.5900.51252.3341.7134.31
Hex42337C2F3B033fc2a22
Octal1026317457730633745242
Binary10000101100111111100101111111011011001111111100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42337C; }

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

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

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

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

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

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

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

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