#500899

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

Shades of Indigo #500899

Tints of Indigo #500899

Color information

#500899 (or 0x500899) is unknown color: approx Indigo. HEX triplet: 50, 08 and 99. RGB value is (80,8,153). Sum of RGB (Red+Green+Blue) = 80+8+153=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #500899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500899 is #AFF766. Grayscale: #2D2D2D. Windows color (decimal): -11532135 or 10029136. OLE color: 10029136.

HSL color Cylindrical-coordinate representation of color #500899: hue angle of 269.79º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500899 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB808153-
CMYK0.480.9500.4
HSL269.79º90.06%31.57%-
HSV(B)269.79º94.77%60%-
XYZ9.144.1830.46-
YUV46.06188.35152.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 8 (3.52% from 255) = 3.32%
BLUE value IS 153 (60.16% from 255) = 63.49%
R=33.20%
G=3.32%
B=63.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal8081530.480.9500.4269.7990.0631.57
Hex50899305F02810e5a20
Octal120102316013705041613240
Binary1010000100010011001110000101111101010001000011101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500899; }

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

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

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

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

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

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

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

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