#39237D

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

Shades of Windsor #39237D

Tints of Windsor #39237D

Color information

#39237D (or 0x39237D) is unknown color: approx Windsor. HEX triplet: 39, 23 and 7D. RGB value is (57,35,125). Sum of RGB (Red+Green+Blue) = 57+35+125=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #39237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39237D is #C6DC82. Grayscale: #333333. Windows color (decimal): -13032579 or 8201017. OLE color: 8201017.

HSL color Cylindrical-coordinate representation of color #39237D: hue angle of 254.67º 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 #39237D is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5735125-
CMYK0.540.7200.51
HSL254.67º56.25%31.37%-
HSV(B)254.67º72%49.02%-
XYZ5.993.5519.77-
YUV51.84169.29131.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.27%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 125 (49.22% from 255) = 57.60%
R=26.27%
G=16.13%
B=57.60%

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
Decimal57351250.540.7200.51254.6756.2531.37
Hex39237D3648033ff381f
Octal7143175661100633777037
Binary1110011000111111101110110100100001100111111111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39237D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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