Html Css Color HEX #391A77 Persian Indigo

📋 copy color: '#391A77'

red 57 ◦ green 26 ◦ blue 119

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

Shades of Persian Indigo #391A77

Tints of Persian Indigo #391A77

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.87%

 BLUE value IS 119 (46.88% from 255) = 58.91%

R = 28.22%
G = 12.87%
B = 58.91%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#391A77 (or 0x391A77) is known color: Persian Indigo. HEX triplet: 39, 1A and 77. RGB value is (57,26,119). Sum of RGB (Red+Green+Blue) = 57+26+119=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #391A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391A77 is #C6E588. Grayscale: #2D2D2D. Windows color (decimal): -13034889 or 7805497. OLE color: 7805497.

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

Color convert

RGB 57 26 119 -
CMYK 0.52 0.78 0 0.53
HSL 260º 0.64% 0.28% -
HSV(B) 260º 0.78% 0.47% -
XYZ 5.39 2.94 17.74 -
YUV 45.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 57 26 119 0.52 0.78 0 0.53 260 0.64 0.28
Hex 39 1A 77 34 4E 0 35 104 40 1C
Octal 71 32 167 64 116 0 65 404 100 34
Binary 111001 11010 1110111 110100 1001110 0 110101 100000100 1000000 11100

Color Harmonies of #391A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391A77

Black with #391A77

Text Example


Text Example

White with #391A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,26,119); }

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

background-color css

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

 a { background-color: rgb(57,26,119); }

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

border-color css

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

 span { border-color: rgb(57,26,119); }

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