Shades of Indigo #4100AC
Tints of Indigo #4100AC
RGB
CMYK
RGB Variations
Color information
#4100AC (or 0x4100AC) is known color: Indigo. HEX triplet: 41, 00 and AC. RGB value is (65,0,172). Sum of RGB (Red+Green+Blue) = 65+0+172=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #4100AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4100AC is #BEFF53. Grayscale: #262626. Windows color (decimal): -12517204 or 11272257. OLE color: 11272257.
HSL color Cylindrical-coordinate representation of color #4100AC: hue angle of 262.67º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4100AC is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 0 | 172 | - |
| CMYK | 0.62 | 1 | 0 | 0.33 |
| HSL | 262.67º | 1% | 0.34% | - |
| HSV(B) | 262.67º | 1% | 0.67% | - |
| XYZ | 9.63 | 4.1 | 39.31 | - |
| YUV | 39.04 | 203.03 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 172 | 0.62 | 1 | 0 | 0.33 | 262.67 | 1 | 0.34 |
| Hex | 41 | 0 | AC | 3E | 64 | 0 | 21 | 107 | 64 | 22 |
| Octal | 101 | 0 | 254 | 76 | 144 | 0 | 41 | 407 | 144 | 42 |
| Binary | 1000001 | 0 | 10101100 | 111110 | 1100100 | 0 | 100001 | 100000111 | 1100100 | 100010 |
Color Harmonies of #4100AC
Complementary color
Monochromatic Colors of #4100AC
Black with #4100AC
Text Example
Text Example
White with #4100AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4100AC; }
p { color: rgb(65,0,172); }
H1.HeaderClassName
{
color: #4100AC;
}
.AnyTagClassName
{
color: #4100AC;
}
</style>
background-color css
<style>
a { background-color: #4100AC; }
a { background-color: rgb(65,0,172); }
div.DivClassName
{
background-color: #4100AC;
}
.BgClassName
{
background-color: #4100AC;
}
</style>
border-color css
<style>
span { border-color: #4100AC; }
span { border-color: rgb(65,0,172); }
td.TdClassName
{
border-color: #4100AC;
}
.TagClassName
{
border-color: #4100AC;
}
</style>