Html Css Color HEX #520799 Indigo

📋 copy color: '#520799'

red 82 ◦ green 7 ◦ blue 153

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

Shades of Indigo #520799

Tints of Indigo #520799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

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

R = 33.88%
G = 2.89%
B = 63.22%

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

#520799 (or 0x520799) is known color: Indigo. HEX triplet: 52, 07 and 99. RGB value is (82,7,153). Sum of RGB (Red+Green+Blue) = 82+7+153=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #520799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520799 is #ADF866. Grayscale: #2D2D2D. Windows color (decimal): -11401319 or 10028882. OLE color: 10028882.

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

Color convert

RGB 82 7 153 -
CMYK 0.46 0.95 0 0.4
HSL 270.82º 0.91% 0.31% -
HSV(B) 270.82º 0.95% 0.6% -
XYZ 9.31 4.25 30.47 -
YUV 46.07 188.35 153.63 -
System Red Green Blue C M Y K H S L
Decimal 82 7 153 0.46 0.95 0 0.4 270.82 0.91 0.31
Hex 52 7 99 2E 5F 0 28 10F 5B 1F
Octal 122 7 231 56 137 0 50 417 133 37
Binary 1010010 111 10011001 101110 1011111 0 101000 100001111 1011011 11111

Color Harmonies of #520799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520799

Black with #520799

Text Example


Text Example

White with #520799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520799; }

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

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

background-color css

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

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

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

border-color css

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

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

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