Html Css Color HEX #392091 Persian Indigo

📋 copy color: '#392091'

red 57 ◦ green 32 ◦ blue 145

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

Shades of Persian Indigo #392091

Tints of Persian Indigo #392091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 61.97%

R = 24.36%
G = 13.68%
B = 61.97%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#392091 (or 0x392091) is known color: Persian Indigo. HEX triplet: 39, 20 and 91. RGB value is (57,32,145). Sum of RGB (Red+Green+Blue) = 57+32+145=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #392091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392091 is #C6DF6E. Grayscale: #333333. Windows color (decimal): -13033327 or 9510969. OLE color: 9510969.

HSL color Cylindrical-coordinate representation of color #392091: hue angle of 253.27º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #392091 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 32 145 -
CMYK 0.61 0.78 0 0.43
HSL 253.27º 0.64% 0.35% -
HSV(B) 253.27º 0.78% 0.57% -
XYZ 7.31 3.95 27.16 -
YUV 52.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 57 32 145 0.61 0.78 0 0.43 253.27 0.64 0.35
Hex 39 20 91 3D 4E 0 2B FD 40 23
Octal 71 40 221 75 116 0 53 375 100 43
Binary 111001 100000 10010001 111101 1001110 0 101011 11111101 1000000 100011

Color Harmonies of #392091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392091

Black with #392091

Text Example


Text Example

White with #392091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392091; }

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

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

background-color css

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

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

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

border-color css

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

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

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