Html Css Color HEX #392589 Windsor

📋 copy color: '#392589'

red 57 ◦ green 37 ◦ blue 137

#392589
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #392589

Tints of Windsor #392589

RGB

 RED value IS 57 (22.66% from 255) = 24.68%

 GREEN value IS 37 (14.84% from 255) = 16.02%

 BLUE value IS 137 (53.91% from 255) = 59.31%

R = 24.68%
G = 16.02%
B = 59.31%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#392589 (or 0x392589) is known color: Windsor. HEX triplet: 39, 25 and 89. RGB value is (57,37,137). Sum of RGB (Red+Green+Blue) = 57+37+137=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #392589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392589 is #C6DA76. Grayscale: #353535. Windows color (decimal): -13032055 or 8987961. OLE color: 8987961.

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

Color convert

RGB 57 37 137 -
CMYK 0.58 0.73 0 0.46
HSL 252º 0.57% 0.34% -
HSV(B) 252º 0.73% 0.54% -
XYZ 6.86 4 24.08 -
YUV 54.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 57 37 137 0.58 0.73 0 0.46 252 0.57 0.34
Hex 39 25 89 3A 49 0 2E FC 39 22
Octal 71 45 211 72 111 0 56 374 71 42
Binary 111001 100101 10001001 111010 1001001 0 101110 11111100 111001 100010

Color Harmonies of #392589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392589

Black with #392589

Text Example


Text Example

White with #392589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392589; }

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

 H1.HeaderClassName
 {
   color: #392589;
 }
 .AnyTagClassName
 {
   color: #392589;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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