#500DAA

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

Shades of Indigo #500DAA

Tints of Indigo #500DAA

Color information

#500DAA (or 0x500DAA) is unknown color: approx Indigo. HEX triplet: 50, 0D and AA. RGB value is (80,13,170). Sum of RGB (Red+Green+Blue) = 80+13+170=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #500DAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500DAA is #AFF255. Grayscale: #323232. Windows color (decimal): -11530838 or 11144528. OLE color: 11144528.

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

Color convert

RGB8013170-
CMYK0.530.9200.33
HSL265.61º85.79%35.88%-
HSV(B)265.61º92.35%66.67%-
XYZ10.714.938.41-
YUV50.93195.2148.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 13 (5.47% from 255) = 4.94%
BLUE value IS 170 (66.80% from 255) = 64.64%
R=30.42%
G=4.94%
B=64.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80131700.530.9200.33265.6185.7935.88
Hex50DAA355C02110a5624
Octal120152526513404141212644
Binary1010000110110101010110101101110001000011000010101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,13,170); }

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

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

 a { background-color: rgb(80,13,170); }

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

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

 span { border-color: rgb(80,13,170); }

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