Shades of Indigo #4A127B
Tints of Indigo #4A127B
RGB
CMYK
RGB Variations
Color information
#4A127B (or 0x4A127B) is known color: Indigo. HEX triplet: 4A, 12 and 7B. RGB value is (74,18,123). Sum of RGB (Red+Green+Blue) = 74+18+123=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A127B is #B5ED84. Grayscale: #2E2E2E. Windows color (decimal): -11922821 or 8065610. OLE color: 8065610.
HSL color Cylindrical-coordinate representation of color #4A127B: hue angle of 272º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A127B is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 18 | 123 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.52 |
| HSL | 272º | 0.74% | 0.28% | - |
| HSV(B) | 272º | 0.85% | 0.48% | - |
| XYZ | 6.62 | 3.32 | 19.03 | - |
| YUV | 46.71 | 171.05 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 18 | 123 | 0.40 | 0.85 | 0 | 0.52 | 272 | 0.74 | 0.28 |
| Hex | 4A | 12 | 7B | 28 | 55 | 0 | 34 | 110 | 4A | 1C |
| Octal | 112 | 22 | 173 | 50 | 125 | 0 | 64 | 420 | 112 | 34 |
| Binary | 1001010 | 10010 | 1111011 | 101000 | 1010101 | 0 | 110100 | 100010000 | 1001010 | 11100 |
Color Harmonies of #4A127B
Complementary color
Monochromatic Colors of #4A127B
Black with #4A127B
Text Example
Text Example
White with #4A127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A127B; }
p { color: rgb(74,18,123); }
H1.HeaderClassName
{
color: #4A127B;
}
.AnyTagClassName
{
color: #4A127B;
}
</style>
background-color css
<style>
a { background-color: #4A127B; }
a { background-color: rgb(74,18,123); }
div.DivClassName
{
background-color: #4A127B;
}
.BgClassName
{
background-color: #4A127B;
}
</style>
border-color css
<style>
span { border-color: #4A127B; }
span { border-color: rgb(74,18,123); }
td.TdClassName
{
border-color: #4A127B;
}
.TagClassName
{
border-color: #4A127B;
}
</style>