Html Css Color HEX #391877 Persian Indigo

📋 copy color: '#391877'

red 57 ◦ green 24 ◦ blue 119

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

Shades of Persian Indigo #391877

Tints of Persian Indigo #391877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12%

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

R = 28.5%
G = 12%
B = 59.5%

CMYK

 C value IS 0.52

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#391877 (or 0x391877) is known color: Persian Indigo. HEX triplet: 39, 18 and 77. RGB value is (57,24,119). Sum of RGB (Red+Green+Blue) = 57+24+119=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #391877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391877 is #C6E788. Grayscale: #2C2C2C. Windows color (decimal): -13035401 or 7804985. OLE color: 7804985.

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

Color convert

RGB 57 24 119 -
CMYK 0.52 0.80 0 0.53
HSL 260.84º 0.66% 0.28% -
HSV(B) 260.84º 0.8% 0.47% -
XYZ 5.34 2.86 17.72 -
YUV 44.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 57 24 119 0.52 0.80 0 0.53 260.84 0.66 0.28
Hex 39 18 77 34 50 0 35 105 42 1C
Octal 71 30 167 64 120 0 65 405 102 34
Binary 111001 11000 1110111 110100 1010000 0 110101 100000101 1000010 11100

Color Harmonies of #391877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391877

Black with #391877

Text Example


Text Example

White with #391877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391877; }

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

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

background-color css

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

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

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

border-color css

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

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

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