Html Css Color HEX #521197 Indigo

📋 copy color: '#521197'

red 82 ◦ green 17 ◦ blue 151

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

Shades of Indigo #521197

Tints of Indigo #521197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 60.4%

R = 32.8%
G = 6.8%
B = 60.4%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#521197 (or 0x521197) is known color: Indigo. HEX triplet: 52, 11 and 97. RGB value is (82,17,151). Sum of RGB (Red+Green+Blue) = 82+17+151=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #521197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521197 is #ADEE68. Grayscale: #333333. Windows color (decimal): -11398761 or 9900370. OLE color: 9900370.

HSL color Cylindrical-coordinate representation of color #521197: hue angle of 269.1º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521197 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 17 151 -
CMYK 0.46 0.89 0 0.41
HSL 269.1º 0.8% 0.33% -
HSV(B) 269.1º 0.89% 0.59% -
XYZ 9.27 4.43 29.64 -
YUV 51.71 184.03 149.6 -
System Red Green Blue C M Y K H S L
Decimal 82 17 151 0.46 0.89 0 0.41 269.1 0.8 0.33
Hex 52 11 97 2E 59 0 29 10D 50 21
Octal 122 21 227 56 131 0 51 415 120 41
Binary 1010010 10001 10010111 101110 1011001 0 101001 100001101 1010000 100001

Color Harmonies of #521197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521197

Black with #521197

Text Example


Text Example

White with #521197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521197; }

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

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

background-color css

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

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

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

border-color css

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

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

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