#392877

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

Shades of Windsor #392877

Tints of Windsor #392877

Color information

#392877 (or 0x392877) is unknown color: approx Windsor. HEX triplet: 39, 28 and 77. RGB value is (57,40,119). Sum of RGB (Red+Green+Blue) = 57+40+119=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #392877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392877 is #C6D788. Grayscale: #353535. Windows color (decimal): -13031305 or 7809081. OLE color: 7809081.

HSL color Cylindrical-coordinate representation of color #392877: hue angle of 252.91º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #392877 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5740119-
CMYK0.520.6600.53
HSL252.91º49.69%31.18%-
HSV(B)252.91º66.39%46.67%-
XYZ5.783.7217.87-
YUV54.09164.63130.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.39%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 119 (46.88% from 255) = 55.09%
R=26.39%
G=18.52%
B=55.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57401190.520.6600.53252.9149.6931.18
Hex3928773442035fd321f
Octal7150167641020653756237
Binary1110011010001110111110100100001001101011111110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392877; }

 p { color: rgb(57,40,119); }

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

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

 a { background-color: rgb(57,40,119); }

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

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

 span { border-color: rgb(57,40,119); }

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