Html Css Color HEX #391972 Persian Indigo

📋 copy color: '#391972'

red 57 ◦ green 25 ◦ blue 114

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

Shades of Persian Indigo #391972

Tints of Persian Indigo #391972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.76%

 BLUE value IS 114 (44.92% from 255) = 58.16%

R = 29.08%
G = 12.76%
B = 58.16%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#391972 (or 0x391972) is known color: Persian Indigo. HEX triplet: 39, 19 and 72. RGB value is (57,25,114). Sum of RGB (Red+Green+Blue) = 57+25+114=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #391972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391972 is #C6E68D. Grayscale: #2C2C2C. Windows color (decimal): -13035150 or 7477561. OLE color: 7477561.

HSL color Cylindrical-coordinate representation of color #391972: hue angle of 261.57º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #391972 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 25 114 -
CMYK 0.50 0.78 0 0.55
HSL 261.57º 0.64% 0.27% -
HSV(B) 261.57º 0.78% 0.45% -
XYZ 5.07 2.78 16.19 -
YUV 44.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 57 25 114 0.50 0.78 0 0.55 261.57 0.64 0.27
Hex 39 19 72 32 4E 0 37 106 40 1B
Octal 71 31 162 62 116 0 67 406 100 33
Binary 111001 11001 1110010 110010 1001110 0 110111 100000110 1000000 11011

Color Harmonies of #391972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391972

Black with #391972

Text Example


Text Example

White with #391972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391972; }

 p { color: rgb(57,25,114); }

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

background-color css

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

 a { background-color: rgb(57,25,114); }

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

border-color css

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

 span { border-color: rgb(57,25,114); }

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