Html Css Color HEX #521172 Indigo

📋 copy color: '#521172'

red 82 ◦ green 17 ◦ blue 114

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

Shades of Indigo #521172

Tints of Indigo #521172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.52%

R = 38.5%
G = 7.98%
B = 53.52%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#521172 (or 0x521172) is known color: Indigo. HEX triplet: 52, 11 and 72. RGB value is (82,17,114). Sum of RGB (Red+Green+Blue) = 82+17+114=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #521172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521172 is #ADEE8D. Grayscale: #2F2F2F. Windows color (decimal): -11398798 or 7475538. OLE color: 7475538.

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

Color convert

RGB 82 17 114 -
CMYK 0.28 0.85 0 0.55
HSL 280.21º 0.74% 0.26% -
HSV(B) 280.21º 0.85% 0.45% -
XYZ 6.72 3.41 16.22 -
YUV 47.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 82 17 114 0.28 0.85 0 0.55 280.21 0.74 0.26
Hex 52 11 72 1C 55 0 37 118 4A 1A
Octal 122 21 162 34 125 0 67 430 112 32
Binary 1010010 10001 1110010 11100 1010101 0 110111 100011000 1001010 11010

Color Harmonies of #521172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521172

Black with #521172

Text Example


Text Example

White with #521172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521172; }

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

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

background-color css

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

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

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

border-color css

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

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

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