#500396

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

Shades of Indigo #500396

Tints of Indigo #500396

Color information

#500396 (or 0x500396) is unknown color: approx Indigo. HEX triplet: 50, 03 and 96. RGB value is (80,3,150). Sum of RGB (Red+Green+Blue) = 80+3+150=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #500396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500396 is #AFFC69. Grayscale: #2A2A2A. Windows color (decimal): -11533418 or 9831248. OLE color: 9831248.

HSL color Cylindrical-coordinate representation of color #500396: hue angle of 271.43º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500396 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB803150-
CMYK0.470.9800.41
HSL271.43º96.08%30%-
HSV(B)271.43º98%58.82%-
XYZ8.853.9729.15-
YUV42.78188.51154.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 150 (58.98% from 255) = 64.38%
R=34.33%
G=1.29%
B=64.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8031500.470.9800.41271.4396.0830
Hex503962F6202910f601e
Octal12032265714205141714036
Binary1010000111001011010111111000100101001100001111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500396; }

 p { color: rgb(80,3,150); }

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

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

 a { background-color: rgb(80,3,150); }

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

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

 span { border-color: rgb(80,3,150); }

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