Shades of Indigo #4007AC
Tints of Indigo #4007AC
RGB
CMYK
RGB Variations
Color information
#4007AC (or 0x4007AC) is known color: Indigo. HEX triplet: 40, 07 and AC. RGB value is (64,7,172). Sum of RGB (Red+Green+Blue) = 64+7+172=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #4007AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4007AC is #BFF853. Grayscale: #2A2A2A. Windows color (decimal): -12580948 or 11274048. OLE color: 11274048.
HSL color Cylindrical-coordinate representation of color #4007AC: hue angle of 260.73º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4007AC is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 7 | 172 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.33 |
| HSL | 260.73º | 0.92% | 0.35% | - |
| HSV(B) | 260.73º | 0.96% | 0.67% | - |
| XYZ | 9.64 | 4.22 | 39.34 | - |
| YUV | 42.85 | 200.88 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 172 | 0.63 | 0.96 | 0 | 0.33 | 260.73 | 0.92 | 0.35 |
| Hex | 40 | 7 | AC | 3F | 60 | 0 | 21 | 105 | 5C | 23 |
| Octal | 100 | 7 | 254 | 77 | 140 | 0 | 41 | 405 | 134 | 43 |
| Binary | 1000000 | 111 | 10101100 | 111111 | 1100000 | 0 | 100001 | 100000101 | 1011100 | 100011 |
Color Harmonies of #4007AC
Complementary color
Monochromatic Colors of #4007AC
Black with #4007AC
Text Example
Text Example
White with #4007AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4007AC; }
p { color: rgb(64,7,172); }
H1.HeaderClassName
{
color: #4007AC;
}
.AnyTagClassName
{
color: #4007AC;
}
</style>
background-color css
<style>
a { background-color: #4007AC; }
a { background-color: rgb(64,7,172); }
div.DivClassName
{
background-color: #4007AC;
}
.BgClassName
{
background-color: #4007AC;
}
</style>
border-color css
<style>
span { border-color: #4007AC; }
span { border-color: rgb(64,7,172); }
td.TdClassName
{
border-color: #4007AC;
}
.TagClassName
{
border-color: #4007AC;
}
</style>