#392578

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

Shades of Windsor #392578

Tints of Windsor #392578

Color information

#392578 (or 0x392578) is unknown color: approx Windsor. HEX triplet: 39, 25 and 78. RGB value is (57,37,120). Sum of RGB (Red+Green+Blue) = 57+37+120=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #392578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392578 is #C6DA87. Grayscale: #343434. Windows color (decimal): -13032072 or 7873849. OLE color: 7873849.

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

Color convert

RGB5737120-
CMYK0.520.6900.53
HSL254.46º52.87%30.78%-
HSV(B)254.46º69.17%47.06%-
XYZ5.743.5518.15-
YUV52.44166.13131.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 120 (47.27% from 255) = 56.07%
R=26.64%
G=17.29%
B=56.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57371200.520.6900.53254.4652.8730.78
Hex3925783445035fe351f
Octal7145170641050653766537
Binary1110011001011111000110100100010101101011111111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392578; }

 p { color: rgb(57,37,120); }

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

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

 a { background-color: rgb(57,37,120); }

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

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

 span { border-color: rgb(57,37,120); }

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