Html Css Color HEX #392089 Persian Indigo

📋 copy color: '#392089'

red 57 ◦ green 32 ◦ blue 137

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

Shades of Persian Indigo #392089

Tints of Persian Indigo #392089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.16%

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

R = 25.22%
G = 14.16%
B = 60.62%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#392089 (or 0x392089) is known color: Persian Indigo. HEX triplet: 39, 20 and 89. RGB value is (57,32,137). Sum of RGB (Red+Green+Blue) = 57+32+137=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #392089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392089 is #C6DF76. Grayscale: #333333. Windows color (decimal): -13033335 or 8986681. OLE color: 8986681.

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

Color convert

RGB 57 32 137 -
CMYK 0.58 0.77 0 0.46
HSL 254.29º 0.62% 0.33% -
HSV(B) 254.29º 0.77% 0.54% -
XYZ 6.72 3.71 24.03 -
YUV 51.45 176.28 131.96 -
System Red Green Blue C M Y K H S L
Decimal 57 32 137 0.58 0.77 0 0.46 254.29 0.62 0.33
Hex 39 20 89 3A 4D 0 2E FE 3E 21
Octal 71 40 211 72 115 0 56 376 76 41
Binary 111001 100000 10001001 111010 1001101 0 101110 11111110 111110 100001

Color Harmonies of #392089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392089

Black with #392089

Text Example


Text Example

White with #392089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392089; }

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

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

background-color css

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

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

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

border-color css

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

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

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