Html Css Color HEX #520169 Indigo

📋 copy color: '#520169'

red 82 ◦ green 1 ◦ blue 105

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

Shades of Indigo #520169

Tints of Indigo #520169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 43.62%
G = 0.53%
B = 55.85%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#520169 (or 0x520169) is known color: Indigo. HEX triplet: 52, 01 and 69. RGB value is (82,1,105). Sum of RGB (Red+Green+Blue) = 82+1+105=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #520169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520169 is #ADFE96. Grayscale: #242424. Windows color (decimal): -11402903 or 6881618. OLE color: 6881618.

HSL color Cylindrical-coordinate representation of color #520169: hue angle of 286.73º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520169 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 1 105 -
CMYK 0.22 0.99 0 0.59
HSL 286.73º 0.98% 0.21% -
HSV(B) 286.73º 0.99% 0.41% -
XYZ 6.04 2.84 13.59 -
YUV 37.08 166.34 160.04 -
System Red Green Blue C M Y K H S L
Decimal 82 1 105 0.22 0.99 0 0.59 286.73 0.98 0.21
Hex 52 1 69 16 63 0 3B 11F 62 15
Octal 122 1 151 26 143 0 73 437 142 25
Binary 1010010 1 1101001 10110 1100011 0 111011 100011111 1100010 10101

Color Harmonies of #520169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520169

Black with #520169

Text Example


Text Example

White with #520169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520169; }

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

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

background-color css

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

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

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

border-color css

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

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

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