Html Css Color HEX #520A95 Indigo

📋 copy color: '#520A95'

red 82 ◦ green 10 ◦ blue 149

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

Shades of Indigo #520A95

Tints of Indigo #520A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 61.83%

R = 34.02%
G = 4.15%
B = 61.83%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#520A95 (or 0x520A95) is known color: Indigo. HEX triplet: 52, 0A and 95. RGB value is (82,10,149). Sum of RGB (Red+Green+Blue) = 82+10+149=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #520A95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520A95 is #ADF56A. Grayscale: #2E2E2E. Windows color (decimal): -11400555 or 9767506. OLE color: 9767506.

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

Color convert

RGB 82 10 149 -
CMYK 0.45 0.93 0 0.42
HSL 271.08º 0.87% 0.31% -
HSV(B) 271.08º 0.93% 0.58% -
XYZ 9.01 4.18 28.77 -
YUV 47.37 185.35 152.7 -
System Red Green Blue C M Y K H S L
Decimal 82 10 149 0.45 0.93 0 0.42 271.08 0.87 0.31
Hex 52 A 95 2D 5D 0 2A 10F 57 1F
Octal 122 12 225 55 135 0 52 417 127 37
Binary 1010010 1010 10010101 101101 1011101 0 101010 100001111 1010111 11111

Color Harmonies of #520A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520A95

Black with #520A95

Text Example


Text Example

White with #520A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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