Html Css Color HEX #391172 Persian Indigo

📋 copy color: '#391172'

red 57 ◦ green 17 ◦ blue 114

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

Shades of Persian Indigo #391172

Tints of Persian Indigo #391172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 60.64%

R = 30.32%
G = 9.04%
B = 60.64%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#391172 (or 0x391172) is known color: Persian Indigo. HEX triplet: 39, 11 and 72. RGB value is (57,17,114). Sum of RGB (Red+Green+Blue) = 57+17+114=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #391172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391172 is #C6EE8D. Grayscale: #272727. Windows color (decimal): -13037198 or 7475513. OLE color: 7475513.

HSL color Cylindrical-coordinate representation of color #391172: hue angle of 264.74º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #391172 is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 17 114 -
CMYK 0.50 0.85 0 0.55
HSL 264.74º 0.74% 0.26% -
HSV(B) 264.74º 0.85% 0.45% -
XYZ 4.93 2.49 16.14 -
YUV 40.02 169.75 140.11 -
System Red Green Blue C M Y K H S L
Decimal 57 17 114 0.50 0.85 0 0.55 264.74 0.74 0.26
Hex 39 11 72 32 55 0 37 109 4A 1A
Octal 71 21 162 62 125 0 67 411 112 32
Binary 111001 10001 1110010 110010 1010101 0 110111 100001001 1001010 11010

Color Harmonies of #391172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391172

Black with #391172

Text Example


Text Example

White with #391172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391172; }

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

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

background-color css

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

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

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

border-color css

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

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

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