#50018B

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

Shades of Indigo #50018B

Tints of Indigo #50018B

Color information

#50018B (or 0x50018B) is unknown color: approx Indigo. HEX triplet: 50, 01 and 8B. RGB value is (80,1,139). Sum of RGB (Red+Green+Blue) = 80+1+139=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #50018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50018B is #AFFE74. Grayscale: #272727. Windows color (decimal): -11533941 or 9109840. OLE color: 9109840.

HSL color Cylindrical-coordinate representation of color #50018B: hue angle of 274.35º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50018B is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB801139-
CMYK0.420.9900.45
HSL274.35º98.57%27.45%-
HSV(B)274.35º99.28%54.51%-
XYZ7.983.5924.7-
YUV40.35183.67156.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 139 (54.69% from 255) = 63.18%
R=36.36%
G=0.45%
B=63.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8011390.420.9900.45274.3598.5727.45
Hex5018B2A6302D112631b
Octal12012135214305542214333
Binary101000011000101110101011000110101101100010010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50018B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,1,139); }

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

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

 a { background-color: rgb(80,1,139); }

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

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

 span { border-color: rgb(80,1,139); }

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