#392A85

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

Shades of Windsor #392A85

Tints of Windsor #392A85

Color information

#392A85 (or 0x392A85) is unknown color: approx Windsor. HEX triplet: 39, 2A and 85. RGB value is (57,42,133). Sum of RGB (Red+Green+Blue) = 57+42+133=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #392A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392A85 is #C6D57A. Grayscale: #383838. Windows color (decimal): -13030779 or 8727097. OLE color: 8727097.

HSL color Cylindrical-coordinate representation of color #392A85: hue angle of 249.89º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #392A85 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5742133-
CMYK0.570.6800.48
HSL249.89º52%34.31%-
HSV(B)249.89º68.42%52.16%-
XYZ6.754.2222.65-
YUV56.86170.97128.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 133 (52.34% from 255) = 57.33%
R=24.57%
G=18.10%
B=57.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57421330.570.6800.48249.895234.31
Hex392A853944030fa3422
Octal7152205711040603726442
Binary111001101010100001011110011000100011000011111010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392A85; }

 p { color: rgb(57,42,133); }

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

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

 a { background-color: rgb(57,42,133); }

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

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

 span { border-color: rgb(57,42,133); }

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