Html Css Color HEX #521173 Indigo

📋 copy color: '#521173'

red 82 ◦ green 17 ◦ blue 115

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

Shades of Indigo #521173

Tints of Indigo #521173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.74%

R = 38.32%
G = 7.94%
B = 53.74%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#521173 (or 0x521173) is known color: Indigo. HEX triplet: 52, 11 and 73. RGB value is (82,17,115). Sum of RGB (Red+Green+Blue) = 82+17+115=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #521173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521173 is #ADEE8C. Grayscale: #2F2F2F. Windows color (decimal): -11398797 or 7541074. OLE color: 7541074.

HSL color Cylindrical-coordinate representation of color #521173: hue angle of 279.8º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521173 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 17 115 -
CMYK 0.29 0.85 0 0.55
HSL 279.8º 0.74% 0.26% -
HSV(B) 279.8º 0.85% 0.45% -
XYZ 6.77 3.43 16.53 -
YUV 47.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 82 17 115 0.29 0.85 0 0.55 279.8 0.74 0.26
Hex 52 11 73 1D 55 0 37 118 4A 1A
Octal 122 21 163 35 125 0 67 430 112 32
Binary 1010010 10001 1110011 11101 1010101 0 110111 100011000 1001010 11010

Color Harmonies of #521173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521173

Black with #521173

Text Example


Text Example

White with #521173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521173; }

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

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

background-color css

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

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

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

border-color css

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

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

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