Html Css Color HEX #520366 Indigo

📋 copy color: '#520366'

red 82 ◦ green 3 ◦ blue 102

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

Shades of Indigo #520366

Tints of Indigo #520366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 43.85%
G = 1.6%
B = 54.55%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#520366 (or 0x520366) is known color: Indigo. HEX triplet: 52, 03 and 66. RGB value is (82,3,102). Sum of RGB (Red+Green+Blue) = 82+3+102=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #520366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520366 is #ADFC99. Grayscale: #252525. Windows color (decimal): -11402394 or 6685522. OLE color: 6685522.

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

Color convert

RGB 82 3 102 -
CMYK 0.20 0.97 0 0.6
HSL 287.88º 0.94% 0.21% -
HSV(B) 287.88º 0.97% 0.4% -
XYZ 5.91 2.82 12.8 -
YUV 37.91 164.17 159.45 -
System Red Green Blue C M Y K H S L
Decimal 82 3 102 0.20 0.97 0 0.6 287.88 0.94 0.21
Hex 52 3 66 14 61 0 3C 120 5E 15
Octal 122 3 146 24 141 0 74 440 136 25
Binary 1010010 11 1100110 10100 1100001 0 111100 100100000 1011110 10101

Color Harmonies of #520366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520366

Black with #520366

Text Example


Text Example

White with #520366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520366; }

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

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

background-color css

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

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

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

border-color css

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

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

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