#500CAB

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

Shades of Indigo #500CAB

Tints of Indigo #500CAB

Color information

#500CAB (or 0x500CAB) is unknown color: approx Indigo. HEX triplet: 50, 0C and AB. RGB value is (80,12,171). Sum of RGB (Red+Green+Blue) = 80+12+171=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #500CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500CAB is #AFF354. Grayscale: #313131. Windows color (decimal): -11531093 or 11209808. OLE color: 11209808.

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

Color convert

RGB8012171-
CMYK0.530.9300.33
HSL265.66º86.89%35.88%-
HSV(B)265.66º92.98%67.06%-
XYZ10.794.9138.91-
YUV50.46196.03149.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 12 (5.08% from 255) = 4.56%
BLUE value IS 171 (67.19% from 255) = 65.02%
R=30.42%
G=4.56%
B=65.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80121710.530.9300.33265.6686.8935.88
Hex50CAB355D02110a5724
Octal120142536513504141212744
Binary1010000110010101011110101101110101000011000010101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500CAB; }

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

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

<style>
 a { background-color: #500CAB; }

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

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

<style>
 span { border-color: #500CAB; }

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

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