Html Css Color HEX #391597 Persian Indigo

📋 copy color: '#391597'

red 57 ◦ green 21 ◦ blue 151

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

Shades of Persian Indigo #391597

Tints of Persian Indigo #391597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.17%

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

R = 24.89%
G = 9.17%
B = 65.94%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#391597 (or 0x391597) is known color: Persian Indigo. HEX triplet: 39, 15 and 97. RGB value is (57,21,151). Sum of RGB (Red+Green+Blue) = 57+21+151=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 151 (59.38% from 255 or 65.94% from 229); Max value from RGB is 151 - color contains mainly: blue. Hex color #391597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391597 is #C6EA68. Grayscale: #2E2E2E. Windows color (decimal): -13036137 or 9901369. OLE color: 9901369.

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

Color convert

RGB 57 21 151 -
CMYK 0.62 0.86 0 0.41
HSL 256.62º 0.76% 0.34% -
HSV(B) 256.62º 0.86% 0.59% -
XYZ 7.54 3.64 29.58 -
YUV 46.58 186.93 135.43 -
System Red Green Blue C M Y K H S L
Decimal 57 21 151 0.62 0.86 0 0.41 256.62 0.76 0.34
Hex 39 15 97 3E 56 0 29 101 4C 22
Octal 71 25 227 76 126 0 51 401 114 42
Binary 111001 10101 10010111 111110 1010110 0 101001 100000001 1001100 100010

Color Harmonies of #391597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391597

Black with #391597

Text Example


Text Example

White with #391597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391597; }

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

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

background-color css

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

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

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

border-color css

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

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

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