Shades of Indigo #4A08AF
Tints of Indigo #4A08AF
RGB
CMYK
RGB Variations
Color information
#4A08AF (or 0x4A08AF) is known color: Indigo. HEX triplet: 4A, 08 and AF. RGB value is (74,8,175). Sum of RGB (Red+Green+Blue) = 74+8+175=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A08AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A08AF is #B5F750. Grayscale: #2E2E2E. Windows color (decimal): -11925329 or 11470922. OLE color: 11470922.
HSL color Cylindrical-coordinate representation of color #4A08AF: hue angle of 263.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A08AF is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 8 | 175 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.31 |
| HSL | 263.71º | 0.91% | 0.36% | - |
| HSV(B) | 263.71º | 0.95% | 0.69% | - |
| XYZ | 10.65 | 4.72 | 40.91 | - |
| YUV | 46.77 | 200.37 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 175 | 0.58 | 0.95 | 0 | 0.31 | 263.71 | 0.91 | 0.36 |
| Hex | 4A | 8 | AF | 3A | 5F | 0 | 1F | 108 | 5B | 24 |
| Octal | 112 | 10 | 257 | 72 | 137 | 0 | 37 | 410 | 133 | 44 |
| Binary | 1001010 | 1000 | 10101111 | 111010 | 1011111 | 0 | 11111 | 100001000 | 1011011 | 100100 |
Color Harmonies of #4A08AF
Complementary color
Monochromatic Colors of #4A08AF
Black with #4A08AF
Text Example
Text Example
White with #4A08AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A08AF; }
p { color: rgb(74,8,175); }
H1.HeaderClassName
{
color: #4A08AF;
}
.AnyTagClassName
{
color: #4A08AF;
}
</style>
background-color css
<style>
a { background-color: #4A08AF; }
a { background-color: rgb(74,8,175); }
div.DivClassName
{
background-color: #4A08AF;
}
.BgClassName
{
background-color: #4A08AF;
}
</style>
border-color css
<style>
span { border-color: #4A08AF; }
span { border-color: rgb(74,8,175); }
td.TdClassName
{
border-color: #4A08AF;
}
.TagClassName
{
border-color: #4A08AF;
}
</style>