Shades of Indigo #4A0675
Tints of Indigo #4A0675
RGB
CMYK
RGB Variations
Color information
#4A0675 (or 0x4A0675) is known color: Indigo. HEX triplet: 4A, 06 and 75. RGB value is (74,6,117). Sum of RGB (Red+Green+Blue) = 74+6+117=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A0675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0675 is #B5F98A. Grayscale: #262626. Windows color (decimal): -11925899 or 7669322. OLE color: 7669322.
HSL color Cylindrical-coordinate representation of color #4A0675: hue angle of 276.76º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0675 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 6 | 117 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.54 |
| HSL | 276.76º | 0.9% | 0.24% | - |
| HSV(B) | 276.76º | 0.95% | 0.46% | - |
| XYZ | 6.1 | 2.87 | 17.06 | - |
| YUV | 38.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 6 | 117 | 0.37 | 0.95 | 0 | 0.54 | 276.76 | 0.9 | 0.24 |
| Hex | 4A | 6 | 75 | 25 | 5F | 0 | 36 | 115 | 5A | 18 |
| Octal | 112 | 6 | 165 | 45 | 137 | 0 | 66 | 425 | 132 | 30 |
| Binary | 1001010 | 110 | 1110101 | 100101 | 1011111 | 0 | 110110 | 100010101 | 1011010 | 11000 |
Color Harmonies of #4A0675
Complementary color
Monochromatic Colors of #4A0675
Black with #4A0675
Text Example
Text Example
White with #4A0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0675; }
p { color: rgb(74,6,117); }
H1.HeaderClassName
{
color: #4A0675;
}
.AnyTagClassName
{
color: #4A0675;
}
</style>
background-color css
<style>
a { background-color: #4A0675; }
a { background-color: rgb(74,6,117); }
div.DivClassName
{
background-color: #4A0675;
}
.BgClassName
{
background-color: #4A0675;
}
</style>
border-color css
<style>
span { border-color: #4A0675; }
span { border-color: rgb(74,6,117); }
td.TdClassName
{
border-color: #4A0675;
}
.TagClassName
{
border-color: #4A0675;
}
</style>