#392472

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

Shades of Windsor #392472

Tints of Windsor #392472

Color information

#392472 (or 0x392472) is unknown color: approx Windsor. HEX triplet: 39, 24 and 72. RGB value is (57,36,114). Sum of RGB (Red+Green+Blue) = 57+36+114=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #392472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392472 is #C6DB8D. Grayscale: #323232. Windows color (decimal): -13032334 or 7480377. OLE color: 7480377.

HSL color Cylindrical-coordinate representation of color #392472: hue angle of 256.15º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #392472 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5736114-
CMYK0.500.6800.55
HSL256.15º52%29.41%-
HSV(B)256.15º68.42%44.71%-
XYZ5.363.3516.28-
YUV51.17163.46132.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 114 (44.92% from 255) = 55.07%
R=27.54%
G=17.39%
B=55.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57361140.500.6800.55256.155229.41
Hex3924723244037100341d
Octal7144162621040674006435
Binary11100110010011100101100101000100011011110000000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392472; }

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

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

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

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

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

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

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

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