Shades of Indigo #4A0798
Tints of Indigo #4A0798
RGB
CMYK
RGB Variations
Color information
#4A0798 (or 0x4A0798) is known color: Indigo. HEX triplet: 4A, 07 and 98. RGB value is (74,7,152). Sum of RGB (Red+Green+Blue) = 74+7+152=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #4A0798 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0798 is #B5F867. Grayscale: #2B2B2B. Windows color (decimal): -11925608 or 9963338. OLE color: 9963338.
HSL color Cylindrical-coordinate representation of color #4A0798: hue angle of 267.72º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0798 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 7 | 152 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.40 |
| HSL | 267.72º | 0.91% | 0.31% | - |
| HSV(B) | 267.72º | 0.95% | 0.6% | - |
| XYZ | 8.57 | 3.87 | 30 | - |
| YUV | 43.56 | 189.2 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 7 | 152 | 0.51 | 0.95 | 0 | 0.40 | 267.72 | 0.91 | 0.31 |
| Hex | 4A | 7 | 98 | 33 | 5F | 0 | 28 | 10C | 5B | 1F |
| Octal | 112 | 7 | 230 | 63 | 137 | 0 | 50 | 414 | 133 | 37 |
| Binary | 1001010 | 111 | 10011000 | 110011 | 1011111 | 0 | 101000 | 100001100 | 1011011 | 11111 |
Color Harmonies of #4A0798
Complementary color
Monochromatic Colors of #4A0798
Black with #4A0798
Text Example
Text Example
White with #4A0798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0798; }
p { color: rgb(74,7,152); }
H1.HeaderClassName
{
color: #4A0798;
}
.AnyTagClassName
{
color: #4A0798;
}
</style>
background-color css
<style>
a { background-color: #4A0798; }
a { background-color: rgb(74,7,152); }
div.DivClassName
{
background-color: #4A0798;
}
.BgClassName
{
background-color: #4A0798;
}
</style>
border-color css
<style>
span { border-color: #4A0798; }
span { border-color: rgb(74,7,152); }
td.TdClassName
{
border-color: #4A0798;
}
.TagClassName
{
border-color: #4A0798;
}
</style>