Shades of Indigo #4105AC
Tints of Indigo #4105AC
RGB
CMYK
RGB Variations
Color information
#4105AC (or 0x4105AC) is known color: Indigo. HEX triplet: 41, 05 and AC. RGB value is (65,5,172). Sum of RGB (Red+Green+Blue) = 65+5+172=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #4105AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4105AC is #BEFA53. Grayscale: #292929. Windows color (decimal): -12515924 or 11273537. OLE color: 11273537.
HSL color Cylindrical-coordinate representation of color #4105AC: hue angle of 261.56º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4105AC is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 5 | 172 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.33 |
| HSL | 261.56º | 0.94% | 0.35% | - |
| HSV(B) | 261.56º | 0.97% | 0.67% | - |
| XYZ | 9.68 | 4.21 | 39.33 | - |
| YUV | 41.98 | 201.38 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 172 | 0.62 | 0.97 | 0 | 0.33 | 261.56 | 0.94 | 0.35 |
| Hex | 41 | 5 | AC | 3E | 61 | 0 | 21 | 106 | 5E | 23 |
| Octal | 101 | 5 | 254 | 76 | 141 | 0 | 41 | 406 | 136 | 43 |
| Binary | 1000001 | 101 | 10101100 | 111110 | 1100001 | 0 | 100001 | 100000110 | 1011110 | 100011 |
Color Harmonies of #4105AC
Complementary color
Monochromatic Colors of #4105AC
Black with #4105AC
Text Example
Text Example
White with #4105AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4105AC; }
p { color: rgb(65,5,172); }
H1.HeaderClassName
{
color: #4105AC;
}
.AnyTagClassName
{
color: #4105AC;
}
</style>
background-color css
<style>
a { background-color: #4105AC; }
a { background-color: rgb(65,5,172); }
div.DivClassName
{
background-color: #4105AC;
}
.BgClassName
{
background-color: #4105AC;
}
</style>
border-color css
<style>
span { border-color: #4105AC; }
span { border-color: rgb(65,5,172); }
td.TdClassName
{
border-color: #4105AC;
}
.TagClassName
{
border-color: #4105AC;
}
</style>