Html Css Color HEX #391586 Persian Indigo

📋 copy color: '#391586'

red 57 ◦ green 21 ◦ blue 134

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

Shades of Persian Indigo #391586

Tints of Persian Indigo #391586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

 BLUE value IS 134 (52.73% from 255) = 63.21%

R = 26.89%
G = 9.91%
B = 63.21%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#391586 (or 0x391586) is known color: Persian Indigo. HEX triplet: 39, 15 and 86. RGB value is (57,21,134). Sum of RGB (Red+Green+Blue) = 57+21+134=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 134 (52.73% from 255 or 63.21% from 212); Max value from RGB is 134 - color contains mainly: blue. Hex color #391586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391586 is #C6EA79. Grayscale: #2C2C2C. Windows color (decimal): -13036154 or 8787257. OLE color: 8787257.

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

Color convert

RGB 57 21 134 -
CMYK 0.57 0.84 0 0.47
HSL 259.12º 0.73% 0.3% -
HSV(B) 259.12º 0.84% 0.53% -
XYZ 6.26 3.13 22.83 -
YUV 44.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 57 21 134 0.57 0.84 0 0.47 259.12 0.73 0.3
Hex 39 15 86 39 54 0 2F 103 49 1E
Octal 71 25 206 71 124 0 57 403 111 36
Binary 111001 10101 10000110 111001 1010100 0 101111 100000011 1001001 11110

Color Harmonies of #391586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391586

Black with #391586

Text Example


Text Example

White with #391586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391586; }

 p { color: rgb(57,21,134); }

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

background-color css

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

 a { background-color: rgb(57,21,134); }

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

border-color css

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

 span { border-color: rgb(57,21,134); }

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