Html Css Color HEX #521077 Indigo

📋 copy color: '#521077'

red 82 ◦ green 16 ◦ blue 119

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

Shades of Indigo #521077

Tints of Indigo #521077

RGB

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

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

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

R = 37.79%
G = 7.37%
B = 54.84%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#521077 (or 0x521077) is known color: Indigo. HEX triplet: 52, 10 and 77. RGB value is (82,16,119). Sum of RGB (Red+Green+Blue) = 82+16+119=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #521077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521077 is #ADEF88. Grayscale: #2F2F2F. Windows color (decimal): -11399049 or 7802962. OLE color: 7802962.

HSL color Cylindrical-coordinate representation of color #521077: hue angle of 278.45º 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 #521077 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 16 119 -
CMYK 0.31 0.87 0 0.53
HSL 278.45º 0.76% 0.26% -
HSV(B) 278.45º 0.87% 0.47% -
XYZ 6.99 3.5 17.76 -
YUV 47.48 168.37 152.62 -
System Red Green Blue C M Y K H S L
Decimal 82 16 119 0.31 0.87 0 0.53 278.45 0.76 0.26
Hex 52 10 77 1F 57 0 35 116 4C 1A
Octal 122 20 167 37 127 0 65 426 114 32
Binary 1010010 10000 1110111 11111 1010111 0 110101 100010110 1001100 11010

Color Harmonies of #521077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521077

Black with #521077

Text Example


Text Example

White with #521077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521077; }

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

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

background-color css

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

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

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

border-color css

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

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

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