Html Css Color HEX #391579 Persian Indigo

📋 copy color: '#391579'

red 57 ◦ green 21 ◦ blue 121

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

Shades of Persian Indigo #391579

Tints of Persian Indigo #391579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 60.8%

R = 28.64%
G = 10.55%
B = 60.8%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#391579 (or 0x391579) is known color: Persian Indigo. HEX triplet: 39, 15 and 79. RGB value is (57,21,121). Sum of RGB (Red+Green+Blue) = 57+21+121=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #391579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391579 is #C6EA86. Grayscale: #2A2A2A. Windows color (decimal): -13036167 or 7935289. OLE color: 7935289.

HSL color Cylindrical-coordinate representation of color #391579: hue angle of 261.6º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #391579 is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 21 121 -
CMYK 0.53 0.83 0 0.53
HSL 261.6º 0.7% 0.28% -
HSV(B) 261.6º 0.83% 0.47% -
XYZ 5.41 2.79 18.34 -
YUV 43.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 57 21 121 0.53 0.83 0 0.53 261.6 0.7 0.28
Hex 39 15 79 35 53 0 35 106 46 1C
Octal 71 25 171 65 123 0 65 406 106 34
Binary 111001 10101 1111001 110101 1010011 0 110101 100000110 1000110 11100

Color Harmonies of #391579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391579

Black with #391579

Text Example


Text Example

White with #391579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391579; }

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

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

background-color css

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

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

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

border-color css

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

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

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