Html Css Color HEX #520D8E Indigo

📋 copy color: '#520D8E'

red 82 ◦ green 13 ◦ blue 142

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

Shades of Indigo #520D8E

Tints of Indigo #520D8E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.49%

 BLUE value IS 142 (55.86% from 255) = 59.92%

R = 34.6%
G = 5.49%
B = 59.92%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#520D8E (or 0x520D8E) is known color: Indigo. HEX triplet: 52, 0D and 8E. RGB value is (82,13,142). Sum of RGB (Red+Green+Blue) = 82+13+142=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #520D8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520D8E is #ADF271. Grayscale: #2F2F2F. Windows color (decimal): -11399794 or 9309522. OLE color: 9309522.

HSL color Cylindrical-coordinate representation of color #520D8E: hue angle of 272.09º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520D8E is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 13 142 -
CMYK 0.42 0.91 0 0.44
HSL 272.09º 0.83% 0.3% -
HSV(B) 272.09º 0.91% 0.56% -
XYZ 8.51 4.03 25.92 -
YUV 48.34 180.86 152.01 -
System Red Green Blue C M Y K H S L
Decimal 82 13 142 0.42 0.91 0 0.44 272.09 0.83 0.3
Hex 52 D 8E 2A 5B 0 2C 110 53 1E
Octal 122 15 216 52 133 0 54 420 123 36
Binary 1010010 1101 10001110 101010 1011011 0 101100 100010000 1010011 11110

Color Harmonies of #520D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D8E

Black with #520D8E

Text Example


Text Example

White with #520D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,13,142); }

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

background-color css

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

 a { background-color: rgb(82,13,142); }

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

border-color css

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

 span { border-color: rgb(82,13,142); }

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