Html Css Color HEX #5205AD Indigo

📋 copy color: '#5205AD'

red 82 ◦ green 5 ◦ blue 173

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

Shades of Indigo #5205AD

Tints of Indigo #5205AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 173 (67.97% from 255) = 66.54%

R = 31.54%
G = 1.92%
B = 66.54%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5205AD (or 0x5205AD) is known color: Indigo. HEX triplet: 52, 05 and AD. RGB value is (82,5,173). Sum of RGB (Red+Green+Blue) = 82+5+173=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #5205AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5205AD is #ADFA52. Grayscale: #2E2E2E. Windows color (decimal): -11401811 or 11339090. OLE color: 11339090.

HSL color Cylindrical-coordinate representation of color #5205AD: hue angle of 267.5º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5205AD is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 5 173 -
CMYK 0.53 0.97 0 0.32
HSL 267.5º 0.94% 0.35% -
HSV(B) 267.5º 0.97% 0.68% -
XYZ 11.08 4.92 39.9 -
YUV 47.18 199.01 152.84 -
System Red Green Blue C M Y K H S L
Decimal 82 5 173 0.53 0.97 0 0.32 267.5 0.94 0.35
Hex 52 5 AD 35 61 0 20 10C 5E 23
Octal 122 5 255 65 141 0 40 414 136 43
Binary 1010010 101 10101101 110101 1100001 0 100000 100001100 1011110 100011

Color Harmonies of #5205AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5205AD

Black with #5205AD

Text Example


Text Example

White with #5205AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5205AD; }

 p { color: rgb(82,5,173); }

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

background-color css

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

 a { background-color: rgb(82,5,173); }

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

border-color css

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

 span { border-color: rgb(82,5,173); }

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