Html Css Color HEX #391183 Persian Indigo

📋 copy color: '#391183'

red 57 ◦ green 17 ◦ blue 131

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

Shades of Persian Indigo #391183

Tints of Persian Indigo #391183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 63.9%

R = 27.8%
G = 8.29%
B = 63.9%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#391183 (or 0x391183) is known color: Persian Indigo. HEX triplet: 39, 11 and 83. RGB value is (57,17,131). Sum of RGB (Red+Green+Blue) = 57+17+131=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #391183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391183 is #C6EE7C. Grayscale: #292929. Windows color (decimal): -13037181 or 8589625. OLE color: 8589625.

HSL color Cylindrical-coordinate representation of color #391183: hue angle of 261.05º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #391183 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 17 131 -
CMYK 0.56 0.87 0 0.49
HSL 261.05º 0.77% 0.29% -
HSV(B) 261.05º 0.87% 0.51% -
XYZ 5.98 2.91 21.72 -
YUV 41.96 178.25 138.73 -
System Red Green Blue C M Y K H S L
Decimal 57 17 131 0.56 0.87 0 0.49 261.05 0.77 0.29
Hex 39 11 83 38 57 0 31 105 4D 1D
Octal 71 21 203 70 127 0 61 405 115 35
Binary 111001 10001 10000011 111000 1010111 0 110001 100000101 1001101 11101

Color Harmonies of #391183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391183

Black with #391183

Text Example


Text Example

White with #391183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391183; }

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

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

background-color css

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

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

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

border-color css

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

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

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