Html Css Color HEX #5200AA Indigo

📋 copy color: '#5200AA'

red 82 ◦ green 0 ◦ blue 170

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

Shades of Indigo #5200AA

Tints of Indigo #5200AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 67.46%

R = 32.54%
G = 0%
B = 67.46%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5200AA (or 0x5200AA) is known color: Indigo. HEX triplet: 52, 00 and AA. RGB value is (82,0,170). Sum of RGB (Red+Green+Blue) = 82+0+170=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #5200AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5200AA is #ADFF55. Grayscale: #2B2B2B. Windows color (decimal): -11403094 or 11141202. OLE color: 11141202.

HSL color Cylindrical-coordinate representation of color #5200AA: hue angle of 268.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5200AA is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 0 170 -
CMYK 0.52 1 0 0.33
HSL 268.94º 1% 0.33% -
HSV(B) 268.94º 1% 0.67% -
XYZ 10.74 4.7 38.37 -
YUV 43.9 199.17 155.18 -
System Red Green Blue C M Y K H S L
Decimal 82 0 170 0.52 1 0 0.33 268.94 1 0.33
Hex 52 0 AA 34 64 0 21 10D 64 21
Octal 122 0 252 64 144 0 41 415 144 41
Binary 1010010 0 10101010 110100 1100100 0 100001 100001101 1100100 100001

Color Harmonies of #5200AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5200AA

Black with #5200AA

Text Example


Text Example

White with #5200AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5200AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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