Shades of Indigo #4A018F
Tints of Indigo #4A018F
RGB
CMYK
RGB Variations
Color information
#4A018F (or 0x4A018F) is known color: Indigo. HEX triplet: 4A, 01 and 8F. RGB value is (74,1,143). Sum of RGB (Red+Green+Blue) = 74+1+143=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 143 (56.25% from 255 or 65.60% from 218); Max value from RGB is 143 - color contains mainly: blue. Hex color #4A018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A018F is #B5FE70. Grayscale: #262626. Windows color (decimal): -11927153 or 9371978. OLE color: 9371978.
HSL color Cylindrical-coordinate representation of color #4A018F: hue angle of 270.85º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A018F is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 1 | 143 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.44 |
| HSL | 270.85º | 0.99% | 0.28% | - |
| HSV(B) | 270.85º | 0.99% | 0.56% | - |
| XYZ | 7.79 | 3.46 | 26.24 | - |
| YUV | 39.02 | 186.68 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 1 | 143 | 0.48 | 0.99 | 0 | 0.44 | 270.85 | 0.99 | 0.28 |
| Hex | 4A | 1 | 8F | 30 | 63 | 0 | 2C | 10F | 63 | 1C |
| Octal | 112 | 1 | 217 | 60 | 143 | 0 | 54 | 417 | 143 | 34 |
| Binary | 1001010 | 1 | 10001111 | 110000 | 1100011 | 0 | 101100 | 100001111 | 1100011 | 11100 |
Color Harmonies of #4A018F
Complementary color
Monochromatic Colors of #4A018F
Black with #4A018F
Text Example
Text Example
White with #4A018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A018F; }
p { color: rgb(74,1,143); }
H1.HeaderClassName
{
color: #4A018F;
}
.AnyTagClassName
{
color: #4A018F;
}
</style>
background-color css
<style>
a { background-color: #4A018F; }
a { background-color: rgb(74,1,143); }
div.DivClassName
{
background-color: #4A018F;
}
.BgClassName
{
background-color: #4A018F;
}
</style>
border-color css
<style>
span { border-color: #4A018F; }
span { border-color: rgb(74,1,143); }
td.TdClassName
{
border-color: #4A018F;
}
.TagClassName
{
border-color: #4A018F;
}
</style>