Html Css Color HEX #391187 Persian Indigo

📋 copy color: '#391187'

red 57 ◦ green 17 ◦ blue 135

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

Shades of Persian Indigo #391187

Tints of Persian Indigo #391187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 64.59%

R = 27.27%
G = 8.13%
B = 64.59%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#391187 (or 0x391187) is known color: Persian Indigo. HEX triplet: 39, 11 and 87. RGB value is (57,17,135). Sum of RGB (Red+Green+Blue) = 57+17+135=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 135 (53.12% from 255 or 64.59% from 209); Max value from RGB is 135 - color contains mainly: blue. Hex color #391187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391187 is #C6EE78. Grayscale: #292929. Windows color (decimal): -13037177 or 8851769. OLE color: 8851769.

HSL color Cylindrical-coordinate representation of color #391187: hue angle of 260.34º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #391187 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 17 135 -
CMYK 0.58 0.87 0 0.47
HSL 260.34º 0.78% 0.3% -
HSV(B) 260.34º 0.87% 0.53% -
XYZ 6.26 3.02 23.17 -
YUV 42.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 57 17 135 0.58 0.87 0 0.47 260.34 0.78 0.3
Hex 39 11 87 3A 57 0 2F 104 4E 1E
Octal 71 21 207 72 127 0 57 404 116 36
Binary 111001 10001 10000111 111010 1010111 0 101111 100000100 1001110 11110

Color Harmonies of #391187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391187

Black with #391187

Text Example


Text Example

White with #391187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391187; }

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

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

background-color css

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

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

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

border-color css

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

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

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