Html Css Color HEX #520899 Indigo

📋 copy color: '#520899'

red 82 ◦ green 8 ◦ blue 153

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

Shades of Indigo #520899

Tints of Indigo #520899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 33.74%
G = 3.29%
B = 62.96%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#520899 (or 0x520899) is known color: Indigo. HEX triplet: 52, 08 and 99. RGB value is (82,8,153). Sum of RGB (Red+Green+Blue) = 82+8+153=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #520899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520899 is #ADF766. Grayscale: #2E2E2E. Windows color (decimal): -11401063 or 10029138. OLE color: 10029138.

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

Color convert

RGB 82 8 153 -
CMYK 0.46 0.95 0 0.4
HSL 270.62º 0.9% 0.32% -
HSV(B) 270.62º 0.95% 0.6% -
XYZ 9.32 4.27 30.47 -
YUV 46.66 188.02 153.21 -
System Red Green Blue C M Y K H S L
Decimal 82 8 153 0.46 0.95 0 0.4 270.62 0.9 0.32
Hex 52 8 99 2E 5F 0 28 10F 5A 20
Octal 122 10 231 56 137 0 50 417 132 40
Binary 1010010 1000 10011001 101110 1011111 0 101000 100001111 1011010 100000

Color Harmonies of #520899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520899

Black with #520899

Text Example


Text Example

White with #520899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520899; }

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

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

background-color css

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

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

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

border-color css

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

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

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