#50127b

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

Shades of Indigo #50127B

Tints of Indigo #50127B

Color information

#50127B (or 0x50127B) is unknown color: approx Indigo. HEX triplet: 50, 12 and 7B. RGB value is (80,18,123). Sum of RGB (Red+Green+Blue) = 80+18+123=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #50127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50127B is #AFED84. Grayscale: #303030. Windows color (decimal): -11529605 or 8065616. OLE color: 8065616.

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

Color convert

RGB8018123-
CMYK0.350.8500.52
HSL275.43º74.47%27.65%-
HSV(B)275.43º85.37%48.24%-
XYZ7.13.5719.05-
YUV48.51170.04150.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 18 (7.42% from 255) = 8.14%
BLUE value IS 123 (48.44% from 255) = 55.66%
R=36.20%
G=8.14%
B=55.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80181230.350.8500.52275.4374.4727.65
Hex50127B23550341134a1c
Octal120221734312506442311234
Binary101000010010111101110001110101010110100100010011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50127b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50127b; }

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

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

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

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

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

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

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

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