Html Css Color HEX #391197 Persian Indigo

📋 copy color: '#391197'

red 57 ◦ green 17 ◦ blue 151

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

Shades of Persian Indigo #391197

Tints of Persian Indigo #391197

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.56%

 BLUE value IS 151 (59.38% from 255) = 67.11%

R = 25.33%
G = 7.56%
B = 67.11%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#391197 (or 0x391197) is known color: Persian Indigo. HEX triplet: 39, 11 and 97. RGB value is (57,17,151). Sum of RGB (Red+Green+Blue) = 57+17+151=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 151 (59.38% from 255 or 67.11% from 225); Max value from RGB is 151 - color contains mainly: blue. Hex color #391197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391197 is #C6EE68. Grayscale: #2B2B2B. Windows color (decimal): -13037161 or 9900345. OLE color: 9900345.

HSL color Cylindrical-coordinate representation of color #391197: hue angle of 257.91º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #391197 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 17 151 -
CMYK 0.62 0.89 0 0.41
HSL 257.91º 0.8% 0.33% -
HSV(B) 257.91º 0.89% 0.59% -
XYZ 7.47 3.51 29.56 -
YUV 44.24 188.25 137.1 -
System Red Green Blue C M Y K H S L
Decimal 57 17 151 0.62 0.89 0 0.41 257.91 0.8 0.33
Hex 39 11 97 3E 59 0 29 102 50 21
Octal 71 21 227 76 131 0 51 402 120 41
Binary 111001 10001 10010111 111110 1011001 0 101001 100000010 1010000 100001

Color Harmonies of #391197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391197

Black with #391197

Text Example


Text Example

White with #391197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391197; }

 p { color: rgb(57,17,151); }

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

background-color css

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

 a { background-color: rgb(57,17,151); }

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

border-color css

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

 span { border-color: rgb(57,17,151); }

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