Html Css Color HEX #391077 Persian Indigo

📋 copy color: '#391077'

red 57 ◦ green 16 ◦ blue 119

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

Shades of Persian Indigo #391077

Tints of Persian Indigo #391077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.33%

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

R = 29.69%
G = 8.33%
B = 61.98%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#391077 (or 0x391077) is known color: Persian Indigo. HEX triplet: 39, 10 and 77. RGB value is (57,16,119). Sum of RGB (Red+Green+Blue) = 57+16+119=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #391077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391077 is #C6EF88. Grayscale: #272727. Windows color (decimal): -13037449 or 7802937. OLE color: 7802937.

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

Color convert

RGB 57 16 119 -
CMYK 0.52 0.87 0 0.53
HSL 263.88º 0.76% 0.26% -
HSV(B) 263.88º 0.87% 0.47% -
XYZ 5.2 2.57 17.68 -
YUV 40 172.58 140.12 -
System Red Green Blue C M Y K H S L
Decimal 57 16 119 0.52 0.87 0 0.53 263.88 0.76 0.26
Hex 39 10 77 34 57 0 35 108 4C 1A
Octal 71 20 167 64 127 0 65 410 114 32
Binary 111001 10000 1110111 110100 1010111 0 110101 100001000 1001100 11010

Color Harmonies of #391077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391077

Black with #391077

Text Example


Text Example

White with #391077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391077; }

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

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

background-color css

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

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

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

border-color css

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

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

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