Html Css Color HEX #520A96 Indigo

📋 copy color: '#520A96'

red 82 ◦ green 10 ◦ blue 150

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

Shades of Indigo #520A96

Tints of Indigo #520A96

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.13%

 BLUE value IS 150 (58.98% from 255) = 61.98%

R = 33.88%
G = 4.13%
B = 61.98%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#520A96 (or 0x520A96) is known color: Indigo. HEX triplet: 52, 0A and 96. RGB value is (82,10,150). Sum of RGB (Red+Green+Blue) = 82+10+150=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #520A96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520A96 is #ADF569. Grayscale: #2F2F2F. Windows color (decimal): -11400554 or 9833042. OLE color: 9833042.

HSL color Cylindrical-coordinate representation of color #520A96: hue angle of 270.86º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520A96 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 10 150 -
CMYK 0.45 0.93 0 0.41
HSL 270.86º 0.88% 0.31% -
HSV(B) 270.86º 0.93% 0.59% -
XYZ 9.09 4.21 29.19 -
YUV 47.49 185.85 152.62 -
System Red Green Blue C M Y K H S L
Decimal 82 10 150 0.45 0.93 0 0.41 270.86 0.88 0.31
Hex 52 A 96 2D 5D 0 29 10F 58 1F
Octal 122 12 226 55 135 0 51 417 130 37
Binary 1010010 1010 10010110 101101 1011101 0 101001 100001111 1011000 11111

Color Harmonies of #520A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520A96

Black with #520A96

Text Example


Text Example

White with #520A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520A96; }

 p { color: rgb(82,10,150); }

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

background-color css

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

 a { background-color: rgb(82,10,150); }

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

border-color css

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

 span { border-color: rgb(82,10,150); }

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