Shades of Indigo #4A0267
Tints of Indigo #4A0267
RGB
CMYK
RGB Variations
Color information
#4A0267 (or 0x4A0267) is known color: Indigo. HEX triplet: 4A, 02 and 67. RGB value is (74,2,103). Sum of RGB (Red+Green+Blue) = 74+2+103=179 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.34% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 103 (40.62% from 255 or 57.54% from 179); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A0267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0267 is #B5FD98. Grayscale: #222222. Windows color (decimal): -11926937 or 6750794. OLE color: 6750794.
HSL color Cylindrical-coordinate representation of color #4A0267: hue angle of 282.77º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A0267 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 2 | 103 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.60 |
| HSL | 282.77º | 0.96% | 0.21% | - |
| HSV(B) | 282.77º | 0.98% | 0.4% | - |
| XYZ | 5.29 | 2.48 | 13.03 | - |
| YUV | 35.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 103 | 0.28 | 0.98 | 0 | 0.60 | 282.77 | 0.96 | 0.21 |
| Hex | 4A | 2 | 67 | 1C | 62 | 0 | 3C | 11B | 60 | 15 |
| Octal | 112 | 2 | 147 | 34 | 142 | 0 | 74 | 433 | 140 | 25 |
| Binary | 1001010 | 10 | 1100111 | 11100 | 1100010 | 0 | 111100 | 100011011 | 1100000 | 10101 |
Color Harmonies of #4A0267
Complementary color
Monochromatic Colors of #4A0267
Black with #4A0267
Text Example
Text Example
White with #4A0267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0267; }
p { color: rgb(74,2,103); }
H1.HeaderClassName
{
color: #4A0267;
}
.AnyTagClassName
{
color: #4A0267;
}
</style>
background-color css
<style>
a { background-color: #4A0267; }
a { background-color: rgb(74,2,103); }
div.DivClassName
{
background-color: #4A0267;
}
.BgClassName
{
background-color: #4A0267;
}
</style>
border-color css
<style>
span { border-color: #4A0267; }
span { border-color: rgb(74,2,103); }
td.TdClassName
{
border-color: #4A0267;
}
.TagClassName
{
border-color: #4A0267;
}
</style>