#50029C

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

Shades of Indigo #50029C

Tints of Indigo #50029C

Color information

#50029C (or 0x50029C) is unknown color: approx Indigo. HEX triplet: 50, 02 and 9C. RGB value is (80,2,156). Sum of RGB (Red+Green+Blue) = 80+2+156=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #50029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50029C is #AFFD63. Grayscale: #2A2A2A. Windows color (decimal): -11533668 or 10224208. OLE color: 10224208.

HSL color Cylindrical-coordinate representation of color #50029C: hue angle of 270.39º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50029C is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB802156-
CMYK0.490.9900.39
HSL270.39º97.47%30.98%-
HSV(B)270.39º98.72%61.18%-
XYZ9.334.1531.76-
YUV42.88191.84154.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 156 (61.33% from 255) = 65.55%
R=33.61%
G=0.84%
B=65.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8021560.490.9900.39270.3997.4730.98
Hex5029C316302710e611f
Octal12022346114304741614137
Binary1010000101001110011000111000110100111100001110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,2,156); }

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

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

 a { background-color: rgb(80,2,156); }

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

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

 span { border-color: rgb(80,2,156); }

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