#50027B

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

Shades of Indigo #50027B

Tints of Indigo #50027B

Color information

#50027B (or 0x50027B) is unknown color: approx Indigo. HEX triplet: 50, 02 and 7B. RGB value is (80,2,123). Sum of RGB (Red+Green+Blue) = 80+2+123=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #50027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50027B is #AFFD84. Grayscale: #262626. Windows color (decimal): -11533701 or 8061520. OLE color: 8061520.

HSL color Cylindrical-coordinate representation of color #50027B: hue angle of 278.68º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50027B is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB802123-
CMYK0.350.9800.52
HSL278.68º96.8%24.51%-
HSV(B)278.68º98.37%48.24%-
XYZ6.913.1818.99-
YUV39.12175.34157.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 123 (48.44% from 255) = 60%
R=39.02%
G=0.98%
B=60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8021230.350.9800.52278.6896.824.51
Hex5027B23620341176119
Octal12021734314206442714131
Binary101000010111101110001111000100110100100010111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50027B; }

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

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

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

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

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

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

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

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