#50056B

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

Shades of Indigo #50056B

Tints of Indigo #50056B

Color information

#50056B (or 0x50056B) is unknown color: approx Indigo. HEX triplet: 50, 05 and 6B. RGB value is (80,5,107). Sum of RGB (Red+Green+Blue) = 80+5+107=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #50056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50056B is #AFFA94. Grayscale: #262626. Windows color (decimal): -11532949 or 7013712. OLE color: 7013712.

HSL color Cylindrical-coordinate representation of color #50056B: hue angle of 284.12º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50056B is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB805107-
CMYK0.250.9500.58
HSL284.12º91.07%21.96%-
HSV(B)284.12º95.33%41.96%-
XYZ6.022.8814.15-
YUV39.05166.35157.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 107 (42.19% from 255) = 55.73%
R=41.67%
G=2.60%
B=55.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8051070.250.9500.58284.1291.0721.96
Hex5056B195F03A11c5b16
Octal12051533113707243413326
Binary101000010111010111100110111110111010100011100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50056B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,5,107); }

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

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

 a { background-color: rgb(80,5,107); }

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

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

 span { border-color: rgb(80,5,107); }

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