Shades of Indigo #4100AB
Tints of Indigo #4100AB
RGB
CMYK
RGB Variations
Color information
#4100AB (or 0x4100AB) is known color: Indigo. HEX triplet: 41, 00 and AB. RGB value is (65,0,171). Sum of RGB (Red+Green+Blue) = 65+0+171=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #4100AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4100AB is #BEFF54. Grayscale: #262626. Windows color (decimal): -12517205 or 11206721. OLE color: 11206721.
HSL color Cylindrical-coordinate representation of color #4100AB: hue angle of 262.81º 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 #4100AB is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 0 | 171 | - |
| CMYK | 0.62 | 1 | 0 | 0.33 |
| HSL | 262.81º | 1% | 0.34% | - |
| HSV(B) | 262.81º | 1% | 0.67% | - |
| XYZ | 9.53 | 4.06 | 38.81 | - |
| YUV | 38.93 | 202.53 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 171 | 0.62 | 1 | 0 | 0.33 | 262.81 | 1 | 0.34 |
| Hex | 41 | 0 | AB | 3E | 64 | 0 | 21 | 107 | 64 | 22 |
| Octal | 101 | 0 | 253 | 76 | 144 | 0 | 41 | 407 | 144 | 42 |
| Binary | 1000001 | 0 | 10101011 | 111110 | 1100100 | 0 | 100001 | 100000111 | 1100100 | 100010 |
Color Harmonies of #4100AB
Complementary color
Monochromatic Colors of #4100AB
Black with #4100AB
Text Example
Text Example
White with #4100AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4100AB; }
p { color: rgb(65,0,171); }
H1.HeaderClassName
{
color: #4100AB;
}
.AnyTagClassName
{
color: #4100AB;
}
</style>
background-color css
<style>
a { background-color: #4100AB; }
a { background-color: rgb(65,0,171); }
div.DivClassName
{
background-color: #4100AB;
}
.BgClassName
{
background-color: #4100AB;
}
</style>
border-color css
<style>
span { border-color: #4100AB; }
span { border-color: rgb(65,0,171); }
td.TdClassName
{
border-color: #4100AB;
}
.TagClassName
{
border-color: #4100AB;
}
</style>