Html Css Color HEX #520061 Indigo

📋 copy color: '#520061'

red 82 ◦ green 0 ◦ blue 97

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

Shades of Indigo #520061

Tints of Indigo #520061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 54.19%

R = 45.81%
G = 0%
B = 54.19%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#520061 (or 0x520061) is known color: Indigo. HEX triplet: 52, 00 and 61. RGB value is (82,0,97). Sum of RGB (Red+Green+Blue) = 82+0+97=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #520061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520061 is #ADFF9E. Grayscale: #232323. Windows color (decimal): -11403167 or 6357074. OLE color: 6357074.

HSL color Cylindrical-coordinate representation of color #520061: hue angle of 290.72º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520061 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 0 97 -
CMYK 0.15 1 0 0.62
HSL 290.72º 1% 0.19% -
HSV(B) 290.72º 1% 0.38% -
XYZ 5.64 2.66 11.52 -
YUV 35.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 82 0 97 0.15 1 0 0.62 290.72 1 0.19
Hex 52 0 61 F 64 0 3E 123 64 13
Octal 122 0 141 17 144 0 76 443 144 23
Binary 1010010 0 1100001 1111 1100100 0 111110 100100011 1100100 10011

Color Harmonies of #520061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520061

Black with #520061

Text Example


Text Example

White with #520061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520061; }

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

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

background-color css

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

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

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

border-color css

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

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

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