#392777

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

Shades of Windsor #392777

Tints of Windsor #392777

Color information

#392777 (or 0x392777) is unknown color: approx Windsor. HEX triplet: 39, 27 and 77. RGB value is (57,39,119). Sum of RGB (Red+Green+Blue) = 57+39+119=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #392777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392777 is #C6D888. Grayscale: #353535. Windows color (decimal): -13031561 or 7808825. OLE color: 7808825.

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

Color convert

RGB5739119-
CMYK0.520.6700.53
HSL253.5º50.63%30.98%-
HSV(B)253.5º67.23%46.67%-
XYZ5.743.6517.86-
YUV53.5164.96130.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.51%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 119 (46.88% from 255) = 55.35%
R=26.51%
G=18.14%
B=55.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57391190.520.6700.53253.550.6330.98
Hex3927773443035fe331f
Octal7147167641030653766337
Binary1110011001111110111110100100001101101011111111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392777; }

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

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

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

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

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

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

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

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