Html Css Color HEX #520299 Indigo

📋 copy color: '#520299'

red 82 ◦ green 2 ◦ blue 153

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

Shades of Indigo #520299

Tints of Indigo #520299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 153 (60.16% from 255) = 64.56%

R = 34.6%
G = 0.84%
B = 64.56%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#520299 (or 0x520299) is known color: Indigo. HEX triplet: 52, 02 and 99. RGB value is (82,2,153). Sum of RGB (Red+Green+Blue) = 82+2+153=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #520299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520299 is #ADFD66. Grayscale: #2A2A2A. Windows color (decimal): -11402599 or 10027602. OLE color: 10027602.

HSL color Cylindrical-coordinate representation of color #520299: hue angle of 271.79º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520299 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 2 153 -
CMYK 0.46 0.99 0 0.4
HSL 271.79º 0.97% 0.3% -
HSV(B) 271.79º 0.99% 0.6% -
XYZ 9.25 4.14 30.45 -
YUV 43.13 190 155.72 -
System Red Green Blue C M Y K H S L
Decimal 82 2 153 0.46 0.99 0 0.4 271.79 0.97 0.3
Hex 52 2 99 2E 63 0 28 110 61 1E
Octal 122 2 231 56 143 0 50 420 141 36
Binary 1010010 10 10011001 101110 1100011 0 101000 100010000 1100001 11110

Color Harmonies of #520299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520299

Black with #520299

Text Example


Text Example

White with #520299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520299; }

 p { color: rgb(82,2,153); }

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

background-color css

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

 a { background-color: rgb(82,2,153); }

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

border-color css

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

 span { border-color: rgb(82,2,153); }

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