#50096C

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

Shades of Indigo #50096C

Tints of Indigo #50096C

Color information

#50096C (or 0x50096C) is unknown color: approx Indigo. HEX triplet: 50, 09 and 6C. RGB value is (80,9,108). Sum of RGB (Red+Green+Blue) = 80+9+108=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #50096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50096C is #AFF693. Grayscale: #292929. Windows color (decimal): -11531924 or 7080272. OLE color: 7080272.

HSL color Cylindrical-coordinate representation of color #50096C: hue angle of 283.03º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50096C is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB809108-
CMYK0.260.9200.58
HSL283.03º84.62%22.94%-
HSV(B)283.03º91.67%42.35%-
XYZ6.112.9814.44-
YUV41.52165.52155.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 108 (42.58% from 255) = 54.82%
R=40.61%
G=4.57%
B=54.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8091080.260.9200.58283.0384.6222.94
Hex5096C1A5C03A11b5517
Octal120111543213407243312527
Binary1010000100111011001101010111000111010100011011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50096C; }

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

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

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

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

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

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

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

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