#4D016B

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

Shades of Indigo #4D016B

Tints of Indigo #4D016B

Color information

#4D016B (or 0x4D016B) is unknown color: approx Indigo. HEX triplet: 4D, 01 and 6B. RGB value is (77,1,107). Sum of RGB (Red+Green+Blue) = 77+1+107=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D016B is #B2FE94. Grayscale: #232323. Windows color (decimal): -11730581 or 7012685. OLE color: 7012685.

HSL color Cylindrical-coordinate representation of color #4D016B: hue angle of 283.02º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D016B is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB771107-
CMYK0.280.9900.58
HSL283.02º98.15%21.18%-
HSV(B)283.02º99.07%41.96%-
XYZ5.732.6614.12-
YUV35.81168.18157.38-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.62%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 107 (42.19% from 255) = 57.84%
R=41.62%
G=0.54%
B=57.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7711070.280.9900.58283.0298.1521.18
Hex4D16B1C6303A11b6215
Octal11511533414307243314225
Binary1001101111010111110011000110111010100011011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D016B; }

 p { color: rgb(77,1,107); }

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

<style>
 a { background-color: #4D016B; }

 a { background-color: rgb(77,1,107); }

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

<style>
 span { border-color: #4D016B; }

 span { border-color: rgb(77,1,107); }

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