#39237C

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

Shades of Windsor #39237C

Tints of Windsor #39237C

Color information

#39237C (or 0x39237C) is unknown color: approx Windsor. HEX triplet: 39, 23 and 7C. RGB value is (57,35,124). Sum of RGB (Red+Green+Blue) = 57+35+124=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #39237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39237C is #C6DC83. Grayscale: #333333. Windows color (decimal): -13032580 or 8135481. OLE color: 8135481.

HSL color Cylindrical-coordinate representation of color #39237C: hue angle of 254.83º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39237C is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5735124-
CMYK0.540.7200.51
HSL254.83º55.97%31.18%-
HSV(B)254.83º71.77%48.63%-
XYZ5.933.5319.44-
YUV51.72168.79131.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.39%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 124 (48.83% from 255) = 57.41%
R=26.39%
G=16.20%
B=57.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57351240.540.7200.51254.8355.9731.18
Hex39237C3648033ff381f
Octal7143174661100633777037
Binary1110011000111111100110110100100001100111111111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,35,124); }

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

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

 a { background-color: rgb(57,35,124); }

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

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

 span { border-color: rgb(57,35,124); }

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