Html Css Color HEX #391979 Persian Indigo

📋 copy color: '#391979'

red 57 ◦ green 25 ◦ blue 121

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

Shades of Persian Indigo #391979

Tints of Persian Indigo #391979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

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

R = 28.08%
G = 12.32%
B = 59.61%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#391979 (or 0x391979) is known color: Persian Indigo. HEX triplet: 39, 19 and 79. RGB value is (57,25,121). Sum of RGB (Red+Green+Blue) = 57+25+121=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #391979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391979 is #C6E686. Grayscale: #2D2D2D. Windows color (decimal): -13035143 or 7936313. OLE color: 7936313.

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

Color convert

RGB 57 25 121 -
CMYK 0.53 0.79 0 0.53
HSL 260º 0.66% 0.29% -
HSV(B) 260º 0.79% 0.47% -
XYZ 5.49 2.95 18.37 -
YUV 45.51 170.6 136.19 -
System Red Green Blue C M Y K H S L
Decimal 57 25 121 0.53 0.79 0 0.53 260 0.66 0.29
Hex 39 19 79 35 4F 0 35 104 42 1D
Octal 71 31 171 65 117 0 65 404 102 35
Binary 111001 11001 1111001 110101 1001111 0 110101 100000100 1000010 11101

Color Harmonies of #391979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391979

Black with #391979

Text Example


Text Example

White with #391979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391979; }

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

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

background-color css

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

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

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

border-color css

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

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

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