#392689

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

Shades of Windsor #392689

Tints of Windsor #392689

Color information

#392689 (or 0x392689) is unknown color: approx Windsor. HEX triplet: 39, 26 and 89. RGB value is (57,38,137). Sum of RGB (Red+Green+Blue) = 57+38+137=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #392689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392689 is #C6D976. Grayscale: #363636. Windows color (decimal): -13031799 or 8988217. OLE color: 8988217.

HSL color Cylindrical-coordinate representation of color #392689: hue angle of 251.52º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #392689 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5738137-
CMYK0.580.7200.46
HSL251.52º56.57%34.31%-
HSV(B)251.52º72.26%53.73%-
XYZ6.94.0624.09-
YUV54.97174.29129.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 137 (53.91% from 255) = 59.05%
R=24.57%
G=16.38%
B=59.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57381370.580.7200.46251.5256.5734.31
Hex3926893A4802Efc3922
Octal7146211721100563747142
Binary111001100110100010011110101001000010111011111100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392689; }

 p { color: rgb(57,38,137); }

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

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

 a { background-color: rgb(57,38,137); }

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

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

 span { border-color: rgb(57,38,137); }

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