Html Css Color HEX #391097 Persian Indigo

📋 copy color: '#391097'

red 57 ◦ green 16 ◦ blue 151

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

Shades of Persian Indigo #391097

Tints of Persian Indigo #391097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

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

R = 25.45%
G = 7.14%
B = 67.41%

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

#391097 (or 0x391097) is known color: Persian Indigo. HEX triplet: 39, 10 and 97. RGB value is (57,16,151). Sum of RGB (Red+Green+Blue) = 57+16+151=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 151 (59.38% from 255 or 67.41% from 224); Max value from RGB is 151 - color contains mainly: blue. Hex color #391097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391097 is #C6EF68. Grayscale: #2B2B2B. Windows color (decimal): -13037417 or 9900089. OLE color: 9900089.

HSL color Cylindrical-coordinate representation of color #391097: hue angle of 258.22º degrees, saturation: 0.81, 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 #391097 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 16 151 -
CMYK 0.62 0.89 0 0.41
HSL 258.22º 0.81% 0.33% -
HSV(B) 258.22º 0.89% 0.59% -
XYZ 7.46 3.47 29.56 -
YUV 43.65 188.58 137.52 -
System Red Green Blue C M Y K H S L
Decimal 57 16 151 0.62 0.89 0 0.41 258.22 0.81 0.33
Hex 39 10 97 3E 59 0 29 102 51 21
Octal 71 20 227 76 131 0 51 402 121 41
Binary 111001 10000 10010111 111110 1011001 0 101001 100000010 1010001 100001

Color Harmonies of #391097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391097

Black with #391097

Text Example


Text Example

White with #391097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391097; }

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

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

background-color css

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

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

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

border-color css

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

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

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