Html Css Color HEX #391173 Persian Indigo

📋 copy color: '#391173'

red 57 ◦ green 17 ◦ blue 115

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

Shades of Persian Indigo #391173

Tints of Persian Indigo #391173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 60.85%

R = 30.16%
G = 8.99%
B = 60.85%

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

#391173 (or 0x391173) is known color: Persian Indigo. HEX triplet: 39, 11 and 73. RGB value is (57,17,115). Sum of RGB (Red+Green+Blue) = 57+17+115=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #391173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391173 is #C6EE8C. Grayscale: #272727. Windows color (decimal): -13037197 or 7541049. OLE color: 7541049.

HSL color Cylindrical-coordinate representation of color #391173: hue angle of 264.49º 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 #391173 is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 17 115 -
CMYK 0.50 0.85 0 0.55
HSL 264.49º 0.74% 0.26% -
HSV(B) 264.49º 0.85% 0.45% -
XYZ 4.98 2.51 16.44 -
YUV 40.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 57 17 115 0.50 0.85 0 0.55 264.49 0.74 0.26
Hex 39 11 73 32 55 0 37 108 4A 1A
Octal 71 21 163 62 125 0 67 410 112 32
Binary 111001 10001 1110011 110010 1010101 0 110111 100001000 1001010 11010

Color Harmonies of #391173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391173

Black with #391173

Text Example


Text Example

White with #391173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391173; }

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

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

background-color css

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

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

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

border-color css

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

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

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