Html Css Color HEX #391577 Persian Indigo

📋 copy color: '#391577'

red 57 ◦ green 21 ◦ blue 119

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

Shades of Persian Indigo #391577

Tints of Persian Indigo #391577

RGB

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

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

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

R = 28.93%
G = 10.66%
B = 60.41%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#391577 (or 0x391577) is known color: Persian Indigo. HEX triplet: 39, 15 and 77. RGB value is (57,21,119). Sum of RGB (Red+Green+Blue) = 57+21+119=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #391577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391577 is #C6EA88. Grayscale: #2A2A2A. Windows color (decimal): -13036169 or 7804217. OLE color: 7804217.

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

Color convert

RGB 57 21 119 -
CMYK 0.52 0.82 0 0.53
HSL 262.04º 0.7% 0.27% -
HSV(B) 262.04º 0.82% 0.47% -
XYZ 5.29 2.74 17.7 -
YUV 42.94 170.93 138.03 -
System Red Green Blue C M Y K H S L
Decimal 57 21 119 0.52 0.82 0 0.53 262.04 0.7 0.27
Hex 39 15 77 34 52 0 35 106 46 1B
Octal 71 25 167 64 122 0 65 406 106 33
Binary 111001 10101 1110111 110100 1010010 0 110101 100000110 1000110 11011

Color Harmonies of #391577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391577

Black with #391577

Text Example


Text Example

White with #391577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391577; }

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

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

background-color css

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

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

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

border-color css

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

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

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