Html Css Color HEX #520266 Indigo

📋 copy color: '#520266'

red 82 ◦ green 2 ◦ blue 102

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

Shades of Indigo #520266

Tints of Indigo #520266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 44.09%
G = 1.08%
B = 54.84%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#520266 (or 0x520266) is known color: Indigo. HEX triplet: 52, 02 and 66. RGB value is (82,2,102). Sum of RGB (Red+Green+Blue) = 82+2+102=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #520266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520266 is #ADFD99. Grayscale: #252525. Windows color (decimal): -11402650 or 6685266. OLE color: 6685266.

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

Color convert

RGB 82 2 102 -
CMYK 0.20 0.98 0 0.6
HSL 288º 0.96% 0.2% -
HSV(B) 288º 0.98% 0.4% -
XYZ 5.9 2.8 12.8 -
YUV 37.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 82 2 102 0.20 0.98 0 0.6 288 0.96 0.2
Hex 52 2 66 14 62 0 3C 120 60 14
Octal 122 2 146 24 142 0 74 440 140 24
Binary 1010010 10 1100110 10100 1100010 0 111100 100100000 1100000 10100

Color Harmonies of #520266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520266

Black with #520266

Text Example


Text Example

White with #520266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520266; }

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

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

background-color css

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

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

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

border-color css

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

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

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