Html Css Color HEX #5006AB Indigo

📋 copy color: '#5006AB'

red 80 ◦ green 6 ◦ blue 171

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

Shades of Indigo #5006AB

Tints of Indigo #5006AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 66.54%

R = 31.13%
G = 2.33%
B = 66.54%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5006AB (or 0x5006AB) is known color: Indigo. HEX triplet: 50, 06 and AB. RGB value is (80,6,171). Sum of RGB (Red+Green+Blue) = 80+6+171=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #5006AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5006AB is #AFF954. Grayscale: #2E2E2E. Windows color (decimal): -11532629 or 11208272. OLE color: 11208272.

HSL color Cylindrical-coordinate representation of color #5006AB: hue angle of 266.91º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5006AB is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 6 171 -
CMYK 0.53 0.96 0 0.33
HSL 266.91º 0.93% 0.35% -
HSV(B) 266.91º 0.96% 0.67% -
XYZ 10.72 4.78 38.88 -
YUV 46.94 198.02 151.58 -
System Red Green Blue C M Y K H S L
Decimal 80 6 171 0.53 0.96 0 0.33 266.91 0.93 0.35
Hex 50 6 AB 35 60 0 21 10B 5D 23
Octal 120 6 253 65 140 0 41 413 135 43
Binary 1010000 110 10101011 110101 1100000 0 100001 100001011 1011101 100011

Color Harmonies of #5006AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5006AB

Black with #5006AB

Text Example


Text Example

White with #5006AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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