Html Css Color HEX #5206AD Indigo

📋 copy color: '#5206AD'

red 82 ◦ green 6 ◦ blue 173

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

Shades of Indigo #5206AD

Tints of Indigo #5206AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.3%

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

R = 31.42%
G = 2.3%
B = 66.28%

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

#5206AD (or 0x5206AD) is known color: Indigo. HEX triplet: 52, 06 and AD. RGB value is (82,6,173). Sum of RGB (Red+Green+Blue) = 82+6+173=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #5206AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5206AD is #ADF952. Grayscale: #2F2F2F. Windows color (decimal): -11401555 or 11339346. OLE color: 11339346.

HSL color Cylindrical-coordinate representation of color #5206AD: hue angle of 267.31º degrees, saturation: 0.93, 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 #5206AD is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 6 173 -
CMYK 0.53 0.97 0 0.32
HSL 267.31º 0.93% 0.35% -
HSV(B) 267.31º 0.97% 0.68% -
XYZ 11.09 4.94 39.9 -
YUV 47.76 198.68 152.42 -
System Red Green Blue C M Y K H S L
Decimal 82 6 173 0.53 0.97 0 0.32 267.31 0.93 0.35
Hex 52 6 AD 35 61 0 20 10B 5D 23
Octal 122 6 255 65 141 0 40 413 135 43
Binary 1010010 110 10101101 110101 1100001 0 100000 100001011 1011101 100011

Color Harmonies of #5206AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5206AD

Black with #5206AD

Text Example


Text Example

White with #5206AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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