Html Css Color HEX #521176 Indigo

📋 copy color: '#521176'

red 82 ◦ green 17 ◦ blue 118

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

Shades of Indigo #521176

Tints of Indigo #521176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 54.38%

R = 37.79%
G = 7.83%
B = 54.38%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#521176 (or 0x521176) is known color: Indigo. HEX triplet: 52, 11 and 76. RGB value is (82,17,118). Sum of RGB (Red+Green+Blue) = 82+17+118=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #521176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521176 is #ADEE89. Grayscale: #2F2F2F. Windows color (decimal): -11398794 or 7737682. OLE color: 7737682.

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

Color convert

RGB 82 17 118 -
CMYK 0.31 0.86 0 0.54
HSL 278.61º 0.75% 0.26% -
HSV(B) 278.61º 0.86% 0.46% -
XYZ 6.95 3.5 17.45 -
YUV 47.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 82 17 118 0.31 0.86 0 0.54 278.61 0.75 0.26
Hex 52 11 76 1F 56 0 36 117 4B 1A
Octal 122 21 166 37 126 0 66 427 113 32
Binary 1010010 10001 1110110 11111 1010110 0 110110 100010111 1001011 11010

Color Harmonies of #521176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521176

Black with #521176

Text Example


Text Example

White with #521176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521176; }

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

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

background-color css

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

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

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

border-color css

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

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

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