Html Css Color HEX #391971 Persian Indigo

📋 copy color: '#391971'

red 57 ◦ green 25 ◦ blue 113

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

Shades of Persian Indigo #391971

Tints of Persian Indigo #391971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.95%

R = 29.23%
G = 12.82%
B = 57.95%

CMYK

 C value IS 0.50

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#391971 (or 0x391971) is known color: Persian Indigo. HEX triplet: 39, 19 and 71. RGB value is (57,25,113). Sum of RGB (Red+Green+Blue) = 57+25+113=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #391971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391971 is #C6E68E. Grayscale: #2C2C2C. Windows color (decimal): -13035151 or 7412025. OLE color: 7412025.

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

Color convert

RGB 57 25 113 -
CMYK 0.50 0.78 0 0.56
HSL 261.82º 0.64% 0.27% -
HSV(B) 261.82º 0.78% 0.44% -
XYZ 5.02 2.76 15.89 -
YUV 44.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 57 25 113 0.50 0.78 0 0.56 261.82 0.64 0.27
Hex 39 19 71 32 4E 0 38 106 40 1B
Octal 71 31 161 62 116 0 70 406 100 33
Binary 111001 11001 1110001 110010 1001110 0 111000 100000110 1000000 11011

Color Harmonies of #391971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391971

Black with #391971

Text Example


Text Example

White with #391971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391971; }

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

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

background-color css

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

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

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

border-color css

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

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

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