#39267D

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

Shades of Windsor #39267D

Tints of Windsor #39267D

Color information

#39267D (or 0x39267D) is unknown color: approx Windsor. HEX triplet: 39, 26 and 7D. RGB value is (57,38,125). Sum of RGB (Red+Green+Blue) = 57+38+125=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #39267D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39267D is #C6D982. Grayscale: #353535. Windows color (decimal): -13031811 or 8201785. OLE color: 8201785.

HSL color Cylindrical-coordinate representation of color #39267D: hue angle of 253.1º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39267D is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5738125-
CMYK0.540.7000.51
HSL253.1º53.37%31.96%-
HSV(B)253.1º69.6%49.02%-
XYZ6.083.7419.8-
YUV53.6168.29130.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 38 (15.23% from 255) = 17.27%
BLUE value IS 125 (49.22% from 255) = 56.82%
R=25.91%
G=17.27%
B=56.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57381250.540.7000.51253.153.3731.96
Hex39267D3646033fd3520
Octal7146175661060633756540
Binary11100110011011111011101101000110011001111111101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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