#500894

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

Shades of Indigo #500894

Tints of Indigo #500894

Color information

#500894 (or 0x500894) is unknown color: approx Indigo. HEX triplet: 50, 08 and 94. RGB value is (80,8,148). Sum of RGB (Red+Green+Blue) = 80+8+148=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #500894 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500894 is #AFF76B. Grayscale: #2D2D2D. Windows color (decimal): -11532140 or 9701456. OLE color: 9701456.

HSL color Cylindrical-coordinate representation of color #500894: hue angle of 270.86º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500894 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB808148-
CMYK0.460.9500.42
HSL270.86º89.74%30.59%-
HSV(B)270.86º94.59%58.04%-
XYZ8.744.0228.33-
YUV45.49185.85152.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.90%
GREEN value IS 8 (3.52% from 255) = 3.39%
BLUE value IS 148 (58.20% from 255) = 62.71%
R=33.90%
G=3.39%
B=62.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8081480.460.9500.42270.8689.7430.59
Hex508942E5F02A10f5a1f
Octal120102245613705241713237
Binary101000010001001010010111010111110101010100001111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500894; }

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

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

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

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

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

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

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

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