Shades of Indigo #4005AC
Tints of Indigo #4005AC
RGB
CMYK
RGB Variations
Color information
#4005AC (or 0x4005AC) is known color: Indigo. HEX triplet: 40, 05 and AC. RGB value is (64,5,172). Sum of RGB (Red+Green+Blue) = 64+5+172=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #4005AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4005AC is #BFFA53. Grayscale: #292929. Windows color (decimal): -12581460 or 11273536. OLE color: 11273536.
HSL color Cylindrical-coordinate representation of color #4005AC: hue angle of 261.2º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4005AC is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 5 | 172 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.33 |
| HSL | 261.2º | 0.94% | 0.35% | - |
| HSV(B) | 261.2º | 0.97% | 0.67% | - |
| XYZ | 9.62 | 4.18 | 39.33 | - |
| YUV | 41.68 | 201.55 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 172 | 0.63 | 0.97 | 0 | 0.33 | 261.2 | 0.94 | 0.35 |
| Hex | 40 | 5 | AC | 3F | 61 | 0 | 21 | 105 | 5E | 23 |
| Octal | 100 | 5 | 254 | 77 | 141 | 0 | 41 | 405 | 136 | 43 |
| Binary | 1000000 | 101 | 10101100 | 111111 | 1100001 | 0 | 100001 | 100000101 | 1011110 | 100011 |
Color Harmonies of #4005AC
Complementary color
Monochromatic Colors of #4005AC
Black with #4005AC
Text Example
Text Example
White with #4005AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4005AC; }
p { color: rgb(64,5,172); }
H1.HeaderClassName
{
color: #4005AC;
}
.AnyTagClassName
{
color: #4005AC;
}
</style>
background-color css
<style>
a { background-color: #4005AC; }
a { background-color: rgb(64,5,172); }
div.DivClassName
{
background-color: #4005AC;
}
.BgClassName
{
background-color: #4005AC;
}
</style>
border-color css
<style>
span { border-color: #4005AC; }
span { border-color: rgb(64,5,172); }
td.TdClassName
{
border-color: #4005AC;
}
.TagClassName
{
border-color: #4005AC;
}
</style>