#500967

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

Shades of Indigo #500967

Tints of Indigo #500967

Color information

#500967 (or 0x500967) is unknown color: approx Indigo. HEX triplet: 50, 09 and 67. RGB value is (80,9,103). Sum of RGB (Red+Green+Blue) = 80+9+103=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #500967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500967 is #AFF698. Grayscale: #282828. Windows color (decimal): -11531929 or 6752592. OLE color: 6752592.

HSL color Cylindrical-coordinate representation of color #500967: hue angle of 285.32º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500967 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB809103-
CMYK0.220.9100.60
HSL285.32º83.93%21.96%-
HSV(B)285.32º91.26%40.39%-
XYZ5.852.8813.08-
YUV40.94163.02155.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 103 (40.62% from 255) = 53.65%
R=41.67%
G=4.69%
B=53.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8091030.220.9100.60285.3283.9321.96
Hex50967165B03C11d5416
Octal120111472613307443512426
Binary1010000100111001111011010110110111100100011101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500967; }

 p { color: rgb(80,9,103); }

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

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

 a { background-color: rgb(80,9,103); }

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

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

 span { border-color: rgb(80,9,103); }

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