Shades of Indigo #4001A6
Tints of Indigo #4001A6
RGB
CMYK
RGB Variations
Color information
#4001A6 (or 0x4001A6) is known color: Indigo. HEX triplet: 40, 01 and A6. RGB value is (64,1,166). Sum of RGB (Red+Green+Blue) = 64+1+166=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 166 (65.23% from 255 or 71.86% from 231); Max value from RGB is 166 - color contains mainly: blue. Hex color #4001A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4001A6 is #BFFE59. Grayscale: #262626. Windows color (decimal): -12582490 or 10879296. OLE color: 10879296.
HSL color Cylindrical-coordinate representation of color #4001A6: hue angle of 262.91º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4001A6 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 1 | 166 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.35 |
| HSL | 262.91º | 0.99% | 0.33% | - |
| HSV(B) | 262.91º | 0.99% | 0.65% | - |
| XYZ | 9.01 | 3.86 | 36.35 | - |
| YUV | 38.65 | 199.87 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 166 | 0.61 | 0.99 | 0 | 0.35 | 262.91 | 0.99 | 0.33 |
| Hex | 40 | 1 | A6 | 3D | 63 | 0 | 23 | 107 | 63 | 21 |
| Octal | 100 | 1 | 246 | 75 | 143 | 0 | 43 | 407 | 143 | 41 |
| Binary | 1000000 | 1 | 10100110 | 111101 | 1100011 | 0 | 100011 | 100000111 | 1100011 | 100001 |
Color Harmonies of #4001A6
Complementary color
Monochromatic Colors of #4001A6
Black with #4001A6
Text Example
Text Example
White with #4001A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4001A6; }
p { color: rgb(64,1,166); }
H1.HeaderClassName
{
color: #4001A6;
}
.AnyTagClassName
{
color: #4001A6;
}
</style>
background-color css
<style>
a { background-color: #4001A6; }
a { background-color: rgb(64,1,166); }
div.DivClassName
{
background-color: #4001A6;
}
.BgClassName
{
background-color: #4001A6;
}
</style>
border-color css
<style>
span { border-color: #4001A6; }
span { border-color: rgb(64,1,166); }
td.TdClassName
{
border-color: #4001A6;
}
.TagClassName
{
border-color: #4001A6;
}
</style>