Html Css Color HEX #392489 Persian Indigo

📋 copy color: '#392489'

red 57 ◦ green 36 ◦ blue 137

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

Shades of Persian Indigo #392489

Tints of Persian Indigo #392489

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.65%

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

R = 24.78%
G = 15.65%
B = 59.57%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#392489 (or 0x392489) is known color: Persian Indigo. HEX triplet: 39, 24 and 89. RGB value is (57,36,137). Sum of RGB (Red+Green+Blue) = 57+36+137=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 137 (53.91% from 255 or 59.57% from 230); Max value from RGB is 137 - color contains mainly: blue. Hex color #392489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392489 is #C6DB76. Grayscale: #353535. Windows color (decimal): -13032311 or 8987705. OLE color: 8987705.

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

Color convert

RGB 57 36 137 -
CMYK 0.58 0.74 0 0.46
HSL 252.48º 0.58% 0.34% -
HSV(B) 252.48º 0.74% 0.54% -
XYZ 6.83 3.94 24.07 -
YUV 53.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 57 36 137 0.58 0.74 0 0.46 252.48 0.58 0.34
Hex 39 24 89 3A 4A 0 2E FC 3A 22
Octal 71 44 211 72 112 0 56 374 72 42
Binary 111001 100100 10001001 111010 1001010 0 101110 11111100 111010 100010

Color Harmonies of #392489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392489

Black with #392489

Text Example


Text Example

White with #392489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392489; }

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

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

background-color css

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

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

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

border-color css

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

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

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