#5008AB

Color #5008AB Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5008AB

Tints of Indigo #5008AB

Color information

#5008AB (or 0x5008AB) is unknown color: approx Indigo. HEX triplet: 50, 08 and AB. RGB value is (80,8,171). Sum of RGB (Red+Green+Blue) = 80+8+171=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #5008AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5008AB is #AFF754. Grayscale: #2F2F2F. Windows color (decimal): -11532117 or 11208784. OLE color: 11208784.

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

Color convert

RGB808171-
CMYK0.530.9500.33
HSL266.5º91.06%35.1%-
HSV(B)266.5º95.32%67.06%-
XYZ10.754.8238.89-
YUV48.11197.35150.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.89%
GREEN value IS 8 (3.52% from 255) = 3.09%
BLUE value IS 171 (67.19% from 255) = 66.02%
R=30.89%
G=3.09%
B=66.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8081710.530.9500.33266.591.0635.1
Hex508AB355F02110b5b23
Octal120102536513704141313343
Binary1010000100010101011110101101111101000011000010111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5008AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5008AB;
 }
 .AnyTagClassName
 {
   color: #5008AB;
 }
</style>
background-color css

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

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

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

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

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

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