Shades of Indigo #4D0067
Tints of Indigo #4D0067
RGB
CMYK
RGB Variations
Color information
#4D0067 (or 0x4D0067) is known color: Indigo. HEX triplet: 4D, 00 and 67. RGB value is (77,0,103). Sum of RGB (Red+Green+Blue) = 77+0+103=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 103 (40.62% from 255 or 57.22% from 180); Max value from RGB is 103 - color contains mainly: blue. Hex color #4D0067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0067 is #B2FF98. Grayscale: #222222. Windows color (decimal): -11730841 or 6750285. OLE color: 6750285.
HSL color Cylindrical-coordinate representation of color #4D0067: hue angle of 284.85º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D0067 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 0 | 103 | - |
| CMYK | 0.25 | 1 | 0 | 0.60 |
| HSL | 284.85º | 1% | 0.2% | - |
| HSV(B) | 284.85º | 1% | 0.4% | - |
| XYZ | 5.51 | 2.56 | 13.04 | - |
| YUV | 34.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 103 | 0.25 | 1 | 0 | 0.60 | 284.85 | 1 | 0.2 |
| Hex | 4D | 0 | 67 | 19 | 64 | 0 | 3C | 11D | 64 | 14 |
| Octal | 115 | 0 | 147 | 31 | 144 | 0 | 74 | 435 | 144 | 24 |
| Binary | 1001101 | 0 | 1100111 | 11001 | 1100100 | 0 | 111100 | 100011101 | 1100100 | 10100 |
Color Harmonies of #4D0067
Complementary color
Monochromatic Colors of #4D0067
Black with #4D0067
Text Example
Text Example
White with #4D0067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0067; }
p { color: rgb(77,0,103); }
H1.HeaderClassName
{
color: #4D0067;
}
.AnyTagClassName
{
color: #4D0067;
}
</style>
background-color css
<style>
a { background-color: #4D0067; }
a { background-color: rgb(77,0,103); }
div.DivClassName
{
background-color: #4D0067;
}
.BgClassName
{
background-color: #4D0067;
}
</style>
border-color css
<style>
span { border-color: #4D0067; }
span { border-color: rgb(77,0,103); }
td.TdClassName
{
border-color: #4D0067;
}
.TagClassName
{
border-color: #4D0067;
}
</style>