Html Css Color HEX #520866 Indigo

📋 copy color: '#520866'

red 82 ◦ green 8 ◦ blue 102

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

Shades of Indigo #520866

Tints of Indigo #520866

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.17%

 BLUE value IS 102 (40.23% from 255) = 53.13%

R = 42.71%
G = 4.17%
B = 53.13%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#520866 (or 0x520866) is known color: Indigo. HEX triplet: 52, 08 and 66. RGB value is (82,8,102). Sum of RGB (Red+Green+Blue) = 82+8+102=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #520866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520866 is #ADF799. Grayscale: #282828. Windows color (decimal): -11401114 or 6686802. OLE color: 6686802.

HSL color Cylindrical-coordinate representation of color #520866: hue angle of 287.23º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520866 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 8 102 -
CMYK 0.20 0.92 0 0.6
HSL 287.23º 0.85% 0.22% -
HSV(B) 287.23º 0.92% 0.4% -
XYZ 5.96 2.93 12.82 -
YUV 40.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 82 8 102 0.20 0.92 0 0.6 287.23 0.85 0.22
Hex 52 8 66 14 5C 0 3C 11F 55 16
Octal 122 10 146 24 134 0 74 437 125 26
Binary 1010010 1000 1100110 10100 1011100 0 111100 100011111 1010101 10110

Color Harmonies of #520866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520866

Black with #520866

Text Example


Text Example

White with #520866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520866; }

 p { color: rgb(82,8,102); }

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

background-color css

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

 a { background-color: rgb(82,8,102); }

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

border-color css

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

 span { border-color: rgb(82,8,102); }

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