Html Css Color HEX #520099 Indigo

📋 copy color: '#520099'

red 82 ◦ green 0 ◦ blue 153

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

Shades of Indigo #520099

Tints of Indigo #520099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.89%
G = 0%
B = 65.11%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#520099 (or 0x520099) is known color: Indigo. HEX triplet: 52, 00 and 99. RGB value is (82,0,153). Sum of RGB (Red+Green+Blue) = 82+0+153=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #520099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520099 is #ADFF66. Grayscale: #292929. Windows color (decimal): -11403111 or 10027090. OLE color: 10027090.

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

Color convert

RGB 82 0 153 -
CMYK 0.46 1 0 0.4
HSL 272.16º 1% 0.3% -
HSV(B) 272.16º 1% 0.6% -
XYZ 9.23 4.09 30.44 -
YUV 41.96 190.67 156.56 -
System Red Green Blue C M Y K H S L
Decimal 82 0 153 0.46 1 0 0.4 272.16 1 0.3
Hex 52 0 99 2E 64 0 28 110 64 1E
Octal 122 0 231 56 144 0 50 420 144 36
Binary 1010010 0 10011001 101110 1100100 0 101000 100010000 1100100 11110

Color Harmonies of #520099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520099

Black with #520099

Text Example


Text Example

White with #520099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520099; }

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

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

background-color css

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

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

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

border-color css

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

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

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