Shades of Indigo #4100A6
Tints of Indigo #4100A6
RGB
CMYK
RGB Variations
Color information
#4100A6 (or 0x4100A6) is known color: Indigo. HEX triplet: 41, 00 and A6. RGB value is (65,0,166). Sum of RGB (Red+Green+Blue) = 65+0+166=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 0 (0.39% from 255 or 0% 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 #4100A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4100A6 is #BEFF59. Grayscale: #252525. Windows color (decimal): -12517210 or 10879041. OLE color: 10879041.
HSL color Cylindrical-coordinate representation of color #4100A6: hue angle of 263.49º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4100A6 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 0 | 166 | - |
| CMYK | 0.61 | 1 | 0 | 0.35 |
| HSL | 263.49º | 1% | 0.33% | - |
| HSV(B) | 263.49º | 1% | 0.65% | - |
| XYZ | 9.06 | 3.88 | 36.35 | - |
| YUV | 38.36 | 200.03 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 166 | 0.61 | 1 | 0 | 0.35 | 263.49 | 1 | 0.33 |
| Hex | 41 | 0 | A6 | 3D | 64 | 0 | 23 | 107 | 64 | 21 |
| Octal | 101 | 0 | 246 | 75 | 144 | 0 | 43 | 407 | 144 | 41 |
| Binary | 1000001 | 0 | 10100110 | 111101 | 1100100 | 0 | 100011 | 100000111 | 1100100 | 100001 |
Color Harmonies of #4100A6
Complementary color
Monochromatic Colors of #4100A6
Black with #4100A6
Text Example
Text Example
White with #4100A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4100A6; }
p { color: rgb(65,0,166); }
H1.HeaderClassName
{
color: #4100A6;
}
.AnyTagClassName
{
color: #4100A6;
}
</style>
background-color css
<style>
a { background-color: #4100A6; }
a { background-color: rgb(65,0,166); }
div.DivClassName
{
background-color: #4100A6;
}
.BgClassName
{
background-color: #4100A6;
}
</style>
border-color css
<style>
span { border-color: #4100A6; }
span { border-color: rgb(65,0,166); }
td.TdClassName
{
border-color: #4100A6;
}
.TagClassName
{
border-color: #4100A6;
}
</style>