#500870

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

Shades of Indigo #500870

Tints of Indigo #500870

Color information

#500870 (or 0x500870) is unknown color: approx Indigo. HEX triplet: 50, 08 and 70. RGB value is (80,8,112). Sum of RGB (Red+Green+Blue) = 80+8+112=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #500870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500870 is #AFF78F. Grayscale: #292929. Windows color (decimal): -11532176 or 7342160. OLE color: 7342160.

HSL color Cylindrical-coordinate representation of color #500870: hue angle of 281.54º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500870 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB808112-
CMYK0.290.9300.56
HSL281.54º86.67%23.53%-
HSV(B)281.54º92.86%43.92%-
XYZ6.323.0515.58-
YUV41.38167.85155.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40%
GREEN value IS 8 (3.52% from 255) = 4%
BLUE value IS 112 (44.14% from 255) = 56%
R=40%
G=4%
B=56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8081120.290.9300.56281.5486.6723.53
Hex508701D5D03811a5718
Octal120101603513507043212730
Binary1010000100011100001110110111010111000100011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500870; }

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

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

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

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

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

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

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

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