Html Css Color HEX #391B79 Persian Indigo

📋 copy color: '#391B79'

red 57 ◦ green 27 ◦ blue 121

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

Shades of Persian Indigo #391B79

Tints of Persian Indigo #391B79

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.17%

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

R = 27.8%
G = 13.17%
B = 59.02%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#391B79 (or 0x391B79) is known color: Persian Indigo. HEX triplet: 39, 1B and 79. RGB value is (57,27,121). Sum of RGB (Red+Green+Blue) = 57+27+121=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #391B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391B79 is #C6E486. Grayscale: #2E2E2E. Windows color (decimal): -13034631 or 7936825. OLE color: 7936825.

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

Color convert

RGB 57 27 121 -
CMYK 0.53 0.78 0 0.53
HSL 259.15º 0.64% 0.29% -
HSV(B) 259.15º 0.78% 0.47% -
XYZ 5.53 3.03 18.38 -
YUV 46.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 57 27 121 0.53 0.78 0 0.53 259.15 0.64 0.29
Hex 39 1B 79 35 4E 0 35 103 40 1D
Octal 71 33 171 65 116 0 65 403 100 35
Binary 111001 11011 1111001 110101 1001110 0 110101 100000011 1000000 11101

Color Harmonies of #391B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391B79

Black with #391B79

Text Example


Text Example

White with #391B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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