Html Css Color HEX #521170 Indigo

📋 copy color: '#521170'

red 82 ◦ green 17 ◦ blue 112

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

Shades of Indigo #521170

Tints of Indigo #521170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.08%

R = 38.86%
G = 8.06%
B = 53.08%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#521170 (or 0x521170) is known color: Indigo. HEX triplet: 52, 11 and 70. RGB value is (82,17,112). Sum of RGB (Red+Green+Blue) = 82+17+112=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #521170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521170 is #ADEE8F. Grayscale: #2E2E2E. Windows color (decimal): -11398800 or 7344466. OLE color: 7344466.

HSL color Cylindrical-coordinate representation of color #521170: hue angle of 281.05º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521170 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 17 112 -
CMYK 0.27 0.85 0 0.56
HSL 281.05º 0.74% 0.25% -
HSV(B) 281.05º 0.85% 0.44% -
XYZ 6.6 3.36 15.63 -
YUV 47.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 82 17 112 0.27 0.85 0 0.56 281.05 0.74 0.25
Hex 52 11 70 1B 55 0 38 119 4A 19
Octal 122 21 160 33 125 0 70 431 112 31
Binary 1010010 10001 1110000 11011 1010101 0 111000 100011001 1001010 11001

Color Harmonies of #521170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521170

Black with #521170

Text Example


Text Example

White with #521170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521170; }

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

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

background-color css

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

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

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

border-color css

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

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

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