#50096E

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

Shades of Indigo #50096E

Tints of Indigo #50096E

Color information

#50096E (or 0x50096E) is unknown color: approx Indigo. HEX triplet: 50, 09 and 6E. RGB value is (80,9,110). Sum of RGB (Red+Green+Blue) = 80+9+110=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #50096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50096E is #AFF691. Grayscale: #292929. Windows color (decimal): -11531922 or 7211344. OLE color: 7211344.

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

Color convert

RGB809110-
CMYK0.270.9200.57
HSL282.18º84.87%23.33%-
HSV(B)282.18º91.82%43.14%-
XYZ6.223.0315.01-
YUV41.74166.52155.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 110 (43.36% from 255) = 55.28%
R=40.20%
G=4.52%
B=55.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8091100.270.9200.57282.1884.8723.33
Hex5096E1B5C03911a5517
Octal120111563313407143212527
Binary1010000100111011101101110111000111001100011010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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