Html Css Color HEX #391181 Persian Indigo

📋 copy color: '#391181'

red 57 ◦ green 17 ◦ blue 129

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

Shades of Persian Indigo #391181

Tints of Persian Indigo #391181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 63.55%

R = 28.08%
G = 8.37%
B = 63.55%

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

#391181 (or 0x391181) is known color: Persian Indigo. HEX triplet: 39, 11 and 81. RGB value is (57,17,129). Sum of RGB (Red+Green+Blue) = 57+17+129=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #391181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391181 is #C6EE7E. Grayscale: #292929. Windows color (decimal): -13037183 or 8458553. OLE color: 8458553.

HSL color Cylindrical-coordinate representation of color #391181: hue angle of 261.43º 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 #391181 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 17 129 -
CMYK 0.56 0.87 0 0.49
HSL 261.43º 0.77% 0.29% -
HSV(B) 261.43º 0.87% 0.51% -
XYZ 5.85 2.86 21.01 -
YUV 41.73 177.25 138.89 -
System Red Green Blue C M Y K H S L
Decimal 57 17 129 0.56 0.87 0 0.49 261.43 0.77 0.29
Hex 39 11 81 38 57 0 31 105 4D 1D
Octal 71 21 201 70 127 0 61 405 115 35
Binary 111001 10001 10000001 111000 1010111 0 110001 100000101 1001101 11101

Color Harmonies of #391181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391181

Black with #391181

Text Example


Text Example

White with #391181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391181; }

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

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

background-color css

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

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

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

border-color css

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

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

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