Shades of Indigo #4D1898
Tints of Indigo #4D1898
RGB
CMYK
RGB Variations
Color information
#4D1898 (or 0x4D1898) is known color: Indigo. HEX triplet: 4D, 18 and 98. RGB value is (77,24,152). Sum of RGB (Red+Green+Blue) = 77+24+152=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #4D1898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1898 is #B2E767. Grayscale: #353535. Windows color (decimal): -11724648 or 9967693. OLE color: 9967693.
HSL color Cylindrical-coordinate representation of color #4D1898: hue angle of 264.84º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1898 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 24 | 152 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.40 |
| HSL | 264.84º | 0.73% | 0.35% | - |
| HSV(B) | 264.84º | 0.84% | 0.6% | - |
| XYZ | 9.05 | 4.5 | 30.1 | - |
| YUV | 54.44 | 183.06 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 152 | 0.49 | 0.84 | 0 | 0.40 | 264.84 | 0.73 | 0.35 |
| Hex | 4D | 18 | 98 | 31 | 54 | 0 | 28 | 109 | 49 | 23 |
| Octal | 115 | 30 | 230 | 61 | 124 | 0 | 50 | 411 | 111 | 43 |
| Binary | 1001101 | 11000 | 10011000 | 110001 | 1010100 | 0 | 101000 | 100001001 | 1001001 | 100011 |
Color Harmonies of #4D1898
Complementary color
Monochromatic Colors of #4D1898
Black with #4D1898
Text Example
Text Example
White with #4D1898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1898; }
p { color: rgb(77,24,152); }
H1.HeaderClassName
{
color: #4D1898;
}
.AnyTagClassName
{
color: #4D1898;
}
</style>
background-color css
<style>
a { background-color: #4D1898; }
a { background-color: rgb(77,24,152); }
div.DivClassName
{
background-color: #4D1898;
}
.BgClassName
{
background-color: #4D1898;
}
</style>
border-color css
<style>
span { border-color: #4D1898; }
span { border-color: rgb(77,24,152); }
td.TdClassName
{
border-color: #4D1898;
}
.TagClassName
{
border-color: #4D1898;
}
</style>