#500770

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

Shades of Indigo #500770

Tints of Indigo #500770

Color information

#500770 (or 0x500770) is unknown color: approx Indigo. HEX triplet: 50, 07 and 70. RGB value is (80,7,112). Sum of RGB (Red+Green+Blue) = 80+7+112=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #500770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500770 is #AFF88F. Grayscale: #282828. Windows color (decimal): -11532432 or 7341904. OLE color: 7341904.

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

Color convert

RGB807112-
CMYK0.290.9400.56
HSL281.71º88.24%23.33%-
HSV(B)281.71º93.75%43.92%-
XYZ6.313.0315.58-
YUV40.8168.18155.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 112 (44.14% from 255) = 56.28%
R=40.20%
G=3.52%
B=56.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8071120.290.9400.56281.7188.2423.33
Hex507701D5E03811a5817
Octal12071603513607043213027
Binary101000011111100001110110111100111000100011010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500770; }

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

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

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

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

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

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

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

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