Shades of Indigo #4A08AC
Tints of Indigo #4A08AC
RGB
CMYK
RGB Variations
Color information
#4A08AC (or 0x4A08AC) is known color: Indigo. HEX triplet: 4A, 08 and AC. RGB value is (74,8,172). Sum of RGB (Red+Green+Blue) = 74+8+172=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A08AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A08AC is #B5F753. Grayscale: #2D2D2D. Windows color (decimal): -11925332 or 11274314. OLE color: 11274314.
HSL color Cylindrical-coordinate representation of color #4A08AC: hue angle of 264.15º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A08AC is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 8 | 172 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.33 |
| HSL | 264.15º | 0.91% | 0.35% | - |
| HSV(B) | 264.15º | 0.95% | 0.67% | - |
| XYZ | 10.36 | 4.61 | 39.37 | - |
| YUV | 46.43 | 198.87 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 172 | 0.57 | 0.95 | 0 | 0.33 | 264.15 | 0.91 | 0.35 |
| Hex | 4A | 8 | AC | 39 | 5F | 0 | 21 | 108 | 5B | 23 |
| Octal | 112 | 10 | 254 | 71 | 137 | 0 | 41 | 410 | 133 | 43 |
| Binary | 1001010 | 1000 | 10101100 | 111001 | 1011111 | 0 | 100001 | 100001000 | 1011011 | 100011 |
Color Harmonies of #4A08AC
Complementary color
Monochromatic Colors of #4A08AC
Black with #4A08AC
Text Example
Text Example
White with #4A08AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A08AC; }
p { color: rgb(74,8,172); }
H1.HeaderClassName
{
color: #4A08AC;
}
.AnyTagClassName
{
color: #4A08AC;
}
</style>
background-color css
<style>
a { background-color: #4A08AC; }
a { background-color: rgb(74,8,172); }
div.DivClassName
{
background-color: #4A08AC;
}
.BgClassName
{
background-color: #4A08AC;
}
</style>
border-color css
<style>
span { border-color: #4A08AC; }
span { border-color: rgb(74,8,172); }
td.TdClassName
{
border-color: #4A08AC;
}
.TagClassName
{
border-color: #4A08AC;
}
</style>