#392479

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

Shades of Windsor #392479

Tints of Windsor #392479

Color information

#392479 (or 0x392479) is unknown color: approx Windsor. HEX triplet: 39, 24 and 79. RGB value is (57,36,121). Sum of RGB (Red+Green+Blue) = 57+36+121=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 121 (47.66% from 255 or 56.54% from 214); Max value from RGB is 121 - color contains mainly: blue. Hex color #392479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392479 is #C6DB86. Grayscale: #333333. Windows color (decimal): -13032327 or 7939129. OLE color: 7939129.

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

Color convert

RGB5736121-
CMYK0.530.7000.53
HSL254.82º54.14%30.78%-
HSV(B)254.82º70.25%47.45%-
XYZ5.773.5118.46-
YUV51.97166.96131.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 36 (14.45% from 255) = 16.82%
BLUE value IS 121 (47.66% from 255) = 56.54%
R=26.64%
G=16.82%
B=56.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57361210.530.7000.53254.8254.1430.78
Hex3924793546035ff361f
Octal7144171651060653776637
Binary1110011001001111001110101100011001101011111111111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392479; }

 p { color: rgb(57,36,121); }

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

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

 a { background-color: rgb(57,36,121); }

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

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

 span { border-color: rgb(57,36,121); }

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