Shades of Indigo #4A007B
Tints of Indigo #4A007B
RGB
CMYK
RGB Variations
Color information
#4A007B (or 0x4A007B) is known color: Indigo. HEX triplet: 4A, 00 and 7B. RGB value is (74,0,123). Sum of RGB (Red+Green+Blue) = 74+0+123=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A007B is #B5FF84. Grayscale: #232323. Windows color (decimal): -11927429 or 8061002. OLE color: 8061002.
HSL color Cylindrical-coordinate representation of color #4A007B: hue angle of 276.1º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A007B is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 0 | 123 | - |
| CMYK | 0.40 | 1 | 0 | 0.52 |
| HSL | 276.1º | 1% | 0.24% | - |
| HSV(B) | 276.1º | 1% | 0.48% | - |
| XYZ | 6.4 | 2.89 | 18.96 | - |
| YUV | 36.15 | 177.02 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 0 | 123 | 0.40 | 1 | 0 | 0.52 | 276.1 | 1 | 0.24 |
| Hex | 4A | 0 | 7B | 28 | 64 | 0 | 34 | 114 | 64 | 18 |
| Octal | 112 | 0 | 173 | 50 | 144 | 0 | 64 | 424 | 144 | 30 |
| Binary | 1001010 | 0 | 1111011 | 101000 | 1100100 | 0 | 110100 | 100010100 | 1100100 | 11000 |
Color Harmonies of #4A007B
Complementary color
Monochromatic Colors of #4A007B
Black with #4A007B
Text Example
Text Example
White with #4A007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A007B; }
p { color: rgb(74,0,123); }
H1.HeaderClassName
{
color: #4A007B;
}
.AnyTagClassName
{
color: #4A007B;
}
</style>
background-color css
<style>
a { background-color: #4A007B; }
a { background-color: rgb(74,0,123); }
div.DivClassName
{
background-color: #4A007B;
}
.BgClassName
{
background-color: #4A007B;
}
</style>
border-color css
<style>
span { border-color: #4A007B; }
span { border-color: rgb(74,0,123); }
td.TdClassName
{
border-color: #4A007B;
}
.TagClassName
{
border-color: #4A007B;
}
</style>