Html Css Color HEX #521A97 Indigo

📋 copy color: '#521A97'

red 82 ◦ green 26 ◦ blue 151

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

Shades of Indigo #521A97

Tints of Indigo #521A97

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.04%

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

R = 31.66%
G = 10.04%
B = 58.3%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#521A97 (or 0x521A97) is known color: Indigo. HEX triplet: 52, 1A and 97. RGB value is (82,26,151). Sum of RGB (Red+Green+Blue) = 82+26+151=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #521A97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521A97 is #ADE568. Grayscale: #383838. Windows color (decimal): -11396457 or 9902674. OLE color: 9902674.

HSL color Cylindrical-coordinate representation of color #521A97: hue angle of 266.88º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #521A97 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 26 151 -
CMYK 0.46 0.83 0 0.41
HSL 266.88º 0.71% 0.35% -
HSV(B) 266.88º 0.83% 0.59% -
XYZ 9.43 4.77 29.7 -
YUV 56.99 181.05 145.84 -
System Red Green Blue C M Y K H S L
Decimal 82 26 151 0.46 0.83 0 0.41 266.88 0.71 0.35
Hex 52 1A 97 2E 53 0 29 10B 47 23
Octal 122 32 227 56 123 0 51 413 107 43
Binary 1010010 11010 10010111 101110 1010011 0 101001 100001011 1000111 100011

Color Harmonies of #521A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A97

Black with #521A97

Text Example


Text Example

White with #521A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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