Html Css Color HEX #391170 Persian Indigo

📋 copy color: '#391170'

red 57 ◦ green 17 ◦ blue 112

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

Shades of Persian Indigo #391170

Tints of Persian Indigo #391170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 60.22%

R = 30.65%
G = 9.14%
B = 60.22%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#391170 (or 0x391170) is known color: Persian Indigo. HEX triplet: 39, 11 and 70. RGB value is (57,17,112). Sum of RGB (Red+Green+Blue) = 57+17+112=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #391170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391170 is #C6EE8F. Grayscale: #272727. Windows color (decimal): -13037200 or 7344441. OLE color: 7344441.

HSL color Cylindrical-coordinate representation of color #391170: hue angle of 265.26º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #391170 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 17 112 -
CMYK 0.49 0.85 0 0.56
HSL 265.26º 0.74% 0.25% -
HSV(B) 265.26º 0.85% 0.44% -
XYZ 4.81 2.44 15.55 -
YUV 39.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 57 17 112 0.49 0.85 0 0.56 265.26 0.74 0.25
Hex 39 11 70 31 55 0 38 109 4A 19
Octal 71 21 160 61 125 0 70 411 112 31
Binary 111001 10001 1110000 110001 1010101 0 111000 100001001 1001010 11001

Color Harmonies of #391170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391170

Black with #391170

Text Example


Text Example

White with #391170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391170; }

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

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

background-color css

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

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

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

border-color css

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

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

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