Html Css Color HEX #391777 Persian Indigo

📋 copy color: '#391777'

red 57 ◦ green 23 ◦ blue 119

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

Shades of Persian Indigo #391777

Tints of Persian Indigo #391777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.56%

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

R = 28.64%
G = 11.56%
B = 59.8%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#391777 (or 0x391777) is known color: Persian Indigo. HEX triplet: 39, 17 and 77. RGB value is (57,23,119). Sum of RGB (Red+Green+Blue) = 57+23+119=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #391777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391777 is #C6E888. Grayscale: #2B2B2B. Windows color (decimal): -13035657 or 7804729. OLE color: 7804729.

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

Color convert

RGB 57 23 119 -
CMYK 0.52 0.81 0 0.53
HSL 261.25º 0.68% 0.28% -
HSV(B) 261.25º 0.81% 0.47% -
XYZ 5.32 2.81 17.72 -
YUV 44.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 57 23 119 0.52 0.81 0 0.53 261.25 0.68 0.28
Hex 39 17 77 34 51 0 35 105 44 1C
Octal 71 27 167 64 121 0 65 405 104 34
Binary 111001 10111 1110111 110100 1010001 0 110101 100000101 1000100 11100

Color Harmonies of #391777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391777

Black with #391777

Text Example


Text Example

White with #391777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391777; }

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

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

background-color css

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

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

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

border-color css

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

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

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