Html Css Color HEX #521177 Indigo

📋 copy color: '#521177'

red 82 ◦ green 17 ◦ blue 119

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

Shades of Indigo #521177

Tints of Indigo #521177

RGB

 RED value IS 82 (32.42% from 255) = 37.61%

 GREEN value IS 17 (7.03% from 255) = 7.8%

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

R = 37.61%
G = 7.8%
B = 54.59%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#521177 (or 0x521177) is known color: Indigo. HEX triplet: 52, 11 and 77. RGB value is (82,17,119). Sum of RGB (Red+Green+Blue) = 82+17+119=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #521177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521177 is #ADEE88. Grayscale: #2F2F2F. Windows color (decimal): -11398793 or 7803218. OLE color: 7803218.

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

Color convert

RGB 82 17 119 -
CMYK 0.31 0.86 0 0.53
HSL 278.24º 0.75% 0.27% -
HSV(B) 278.24º 0.86% 0.47% -
XYZ 7.01 3.53 17.76 -
YUV 48.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 82 17 119 0.31 0.86 0 0.53 278.24 0.75 0.27
Hex 52 11 77 1F 56 0 35 116 4B 1B
Octal 122 21 167 37 126 0 65 426 113 33
Binary 1010010 10001 1110111 11111 1010110 0 110101 100010110 1001011 11011

Color Harmonies of #521177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521177

Black with #521177

Text Example


Text Example

White with #521177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521177; }

 p { color: rgb(82,17,119); }

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

background-color css

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

 a { background-color: rgb(82,17,119); }

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

border-color css

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

 span { border-color: rgb(82,17,119); }

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