Html Css Color HEX #520075 Indigo

📋 copy color: '#520075'

red 82 ◦ green 0 ◦ blue 117

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

Shades of Indigo #520075

Tints of Indigo #520075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 117 (46.09% from 255) = 58.79%

R = 41.21%
G = 0%
B = 58.79%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#520075 (or 0x520075) is known color: Indigo. HEX triplet: 52, 00 and 75. RGB value is (82,0,117). Sum of RGB (Red+Green+Blue) = 82+0+117=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #520075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520075 is #ADFF8A. Grayscale: #252525. Windows color (decimal): -11403147 or 7667794. OLE color: 7667794.

HSL color Cylindrical-coordinate representation of color #520075: hue angle of 282.05º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520075 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 0 117 -
CMYK 0.30 1 0 0.54
HSL 282.05º 1% 0.23% -
HSV(B) 282.05º 1% 0.46% -
XYZ 6.69 3.08 17.07 -
YUV 37.86 172.67 159.49 -
System Red Green Blue C M Y K H S L
Decimal 82 0 117 0.30 1 0 0.54 282.05 1 0.23
Hex 52 0 75 1E 64 0 36 11A 64 17
Octal 122 0 165 36 144 0 66 432 144 27
Binary 1010010 0 1110101 11110 1100100 0 110110 100011010 1100100 10111

Color Harmonies of #520075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520075

Black with #520075

Text Example


Text Example

White with #520075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520075; }

 p { color: rgb(82,0,117); }

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

background-color css

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

 a { background-color: rgb(82,0,117); }

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

border-color css

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

 span { border-color: rgb(82,0,117); }

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