Html Css Color HEX #520D92 Indigo

📋 copy color: '#520D92'

red 82 ◦ green 13 ◦ blue 146

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

Shades of Indigo #520D92

Tints of Indigo #520D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 60.58%

R = 34.02%
G = 5.39%
B = 60.58%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#520D92 (or 0x520D92) is known color: Indigo. HEX triplet: 52, 0D and 92. RGB value is (82,13,146). Sum of RGB (Red+Green+Blue) = 82+13+146=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #520D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520D92 is #ADF26D. Grayscale: #303030. Windows color (decimal): -11399790 or 9571666. OLE color: 9571666.

HSL color Cylindrical-coordinate representation of color #520D92: hue angle of 271.13º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520D92 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 13 146 -
CMYK 0.44 0.91 0 0.43
HSL 271.13º 0.84% 0.31% -
HSV(B) 271.13º 0.91% 0.57% -
XYZ 8.81 4.16 27.53 -
YUV 48.79 182.86 151.69 -
System Red Green Blue C M Y K H S L
Decimal 82 13 146 0.44 0.91 0 0.43 271.13 0.84 0.31
Hex 52 D 92 2C 5B 0 2B 10F 54 1F
Octal 122 15 222 54 133 0 53 417 124 37
Binary 1010010 1101 10010010 101100 1011011 0 101011 100001111 1010100 11111

Color Harmonies of #520D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D92

Black with #520D92

Text Example


Text Example

White with #520D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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