Html Css Color HEX #5006AD Indigo

📋 copy color: '#5006AD'

red 80 ◦ green 6 ◦ blue 173

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

Shades of Indigo #5006AD

Tints of Indigo #5006AD

RGB

 RED value IS 80 (31.64% from 255) = 30.89%

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

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

R = 30.89%
G = 2.32%
B = 66.8%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5006AD (or 0x5006AD) is known color: Indigo. HEX triplet: 50, 06 and AD. RGB value is (80,6,173). Sum of RGB (Red+Green+Blue) = 80+6+173=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #5006AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5006AD is #AFF952. Grayscale: #2E2E2E. Windows color (decimal): -11532627 or 11339344. OLE color: 11339344.

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

Color convert

RGB 80 6 173 -
CMYK 0.54 0.97 0 0.32
HSL 266.59º 0.93% 0.35% -
HSV(B) 266.59º 0.97% 0.68% -
XYZ 10.92 4.85 39.9 -
YUV 47.16 199.02 151.42 -
System Red Green Blue C M Y K H S L
Decimal 80 6 173 0.54 0.97 0 0.32 266.59 0.93 0.35
Hex 50 6 AD 36 61 0 20 10B 5D 23
Octal 120 6 255 66 141 0 40 413 135 43
Binary 1010000 110 10101101 110110 1100001 0 100000 100001011 1011101 100011

Color Harmonies of #5006AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5006AD

Black with #5006AD

Text Example


Text Example

White with #5006AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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