Html Css Color HEX #520A69 Indigo

📋 copy color: '#520A69'

red 82 ◦ green 10 ◦ blue 105

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

Shades of Indigo #520A69

Tints of Indigo #520A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 53.3%

R = 41.62%
G = 5.08%
B = 53.3%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#520A69 (or 0x520A69) is known color: Indigo. HEX triplet: 52, 0A and 69. RGB value is (82,10,105). Sum of RGB (Red+Green+Blue) = 82+10+105=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #520A69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520A69 is #ADF596. Grayscale: #2A2A2A. Windows color (decimal): -11400599 or 6883922. OLE color: 6883922.

HSL color Cylindrical-coordinate representation of color #520A69: hue angle of 285.47º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520A69 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 10 105 -
CMYK 0.22 0.90 0 0.59
HSL 285.47º 0.83% 0.23% -
HSV(B) 285.47º 0.9% 0.41% -
XYZ 6.14 3.03 13.63 -
YUV 42.36 163.35 156.28 -
System Red Green Blue C M Y K H S L
Decimal 82 10 105 0.22 0.90 0 0.59 285.47 0.83 0.23
Hex 52 A 69 16 5A 0 3B 11D 53 17
Octal 122 12 151 26 132 0 73 435 123 27
Binary 1010010 1010 1101001 10110 1011010 0 111011 100011101 1010011 10111

Color Harmonies of #520A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520A69

Black with #520A69

Text Example


Text Example

White with #520A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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