Html Css Color HEX #520060 Indigo

📋 copy color: '#520060'

red 82 ◦ green 0 ◦ blue 96

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

Shades of Indigo #520060

Tints of Indigo #520060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 53.93%

R = 46.07%
G = 0%
B = 53.93%

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

#520060 (or 0x520060) is known color: Indigo. HEX triplet: 52, 00 and 60. RGB value is (82,0,96). Sum of RGB (Red+Green+Blue) = 82+0+96=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #520060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520060 is #ADFF9F. Grayscale: #232323. Windows color (decimal): -11403168 or 6291538. OLE color: 6291538.

HSL color Cylindrical-coordinate representation of color #520060: hue angle of 291.25º 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 #520060 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 0 96 -
CMYK 0.15 1 0 0.62
HSL 291.25º 1% 0.19% -
HSV(B) 291.25º 1% 0.38% -
XYZ 5.59 2.64 11.28 -
YUV 35.46 162.17 161.19 -
System Red Green Blue C M Y K H S L
Decimal 82 0 96 0.15 1 0 0.62 291.25 1 0.19
Hex 52 0 60 F 64 0 3E 123 64 13
Octal 122 0 140 17 144 0 76 443 144 23
Binary 1010010 0 1100000 1111 1100100 0 111110 100100011 1100100 10011

Color Harmonies of #520060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520060

Black with #520060

Text Example


Text Example

White with #520060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520060; }

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

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

background-color css

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

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

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

border-color css

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

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

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