Html Css Color HEX #520E99 Indigo

📋 copy color: '#520E99'

red 82 ◦ green 14 ◦ blue 153

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

Shades of Indigo #520E99

Tints of Indigo #520E99

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.62%

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

R = 32.93%
G = 5.62%
B = 61.45%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#520E99 (or 0x520E99) is known color: Indigo. HEX triplet: 52, 0E and 99. RGB value is (82,14,153). Sum of RGB (Red+Green+Blue) = 82+14+153=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #520E99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520E99 is #ADF166. Grayscale: #313131. Windows color (decimal): -11399527 or 10030674. OLE color: 10030674.

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

Color convert

RGB 82 14 153 -
CMYK 0.46 0.91 0 0.4
HSL 269.35º 0.83% 0.33% -
HSV(B) 269.35º 0.91% 0.6% -
XYZ 9.39 4.41 30.49 -
YUV 50.18 186.03 150.7 -
System Red Green Blue C M Y K H S L
Decimal 82 14 153 0.46 0.91 0 0.4 269.35 0.83 0.33
Hex 52 E 99 2E 5B 0 28 10D 53 21
Octal 122 16 231 56 133 0 50 415 123 41
Binary 1010010 1110 10011001 101110 1011011 0 101000 100001101 1010011 100001

Color Harmonies of #520E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E99

Black with #520E99

Text Example


Text Example

White with #520E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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