Html Css Color HEX #521174 Indigo

📋 copy color: '#521174'

red 82 ◦ green 17 ◦ blue 116

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

Shades of Indigo #521174

Tints of Indigo #521174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.95%

R = 38.14%
G = 7.91%
B = 53.95%

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

#521174 (or 0x521174) is known color: Indigo. HEX triplet: 52, 11 and 74. RGB value is (82,17,116). Sum of RGB (Red+Green+Blue) = 82+17+116=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #521174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521174 is #ADEE8B. Grayscale: #2F2F2F. Windows color (decimal): -11398796 or 7606610. OLE color: 7606610.

HSL color Cylindrical-coordinate representation of color #521174: hue angle of 279.39º 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 #521174 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 17 116 -
CMYK 0.29 0.85 0 0.55
HSL 279.39º 0.74% 0.26% -
HSV(B) 279.39º 0.85% 0.45% -
XYZ 6.83 3.46 16.83 -
YUV 47.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 82 17 116 0.29 0.85 0 0.55 279.39 0.74 0.26
Hex 52 11 74 1D 55 0 37 117 4A 1A
Octal 122 21 164 35 125 0 67 427 112 32
Binary 1010010 10001 1110100 11101 1010101 0 110111 100010111 1001010 11010

Color Harmonies of #521174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521174

Black with #521174

Text Example


Text Example

White with #521174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521174; }

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

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

background-color css

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

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

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

border-color css

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

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

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