Shades of Indigo #4107AC
Tints of Indigo #4107AC
RGB
CMYK
RGB Variations
Color information
#4107AC (or 0x4107AC) is known color: Indigo. HEX triplet: 41, 07 and AC. RGB value is (65,7,172). Sum of RGB (Red+Green+Blue) = 65+7+172=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #4107AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4107AC is #BEF853. Grayscale: #2A2A2A. Windows color (decimal): -12515412 or 11274049. OLE color: 11274049.
HSL color Cylindrical-coordinate representation of color #4107AC: hue angle of 261.09º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4107AC is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 7 | 172 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.33 |
| HSL | 261.09º | 0.92% | 0.35% | - |
| HSV(B) | 261.09º | 0.96% | 0.67% | - |
| XYZ | 9.7 | 4.25 | 39.34 | - |
| YUV | 43.15 | 200.72 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 172 | 0.62 | 0.96 | 0 | 0.33 | 261.09 | 0.92 | 0.35 |
| Hex | 41 | 7 | AC | 3E | 60 | 0 | 21 | 105 | 5C | 23 |
| Octal | 101 | 7 | 254 | 76 | 140 | 0 | 41 | 405 | 134 | 43 |
| Binary | 1000001 | 111 | 10101100 | 111110 | 1100000 | 0 | 100001 | 100000101 | 1011100 | 100011 |
Color Harmonies of #4107AC
Complementary color
Monochromatic Colors of #4107AC
Black with #4107AC
Text Example
Text Example
White with #4107AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4107AC; }
p { color: rgb(65,7,172); }
H1.HeaderClassName
{
color: #4107AC;
}
.AnyTagClassName
{
color: #4107AC;
}
</style>
background-color css
<style>
a { background-color: #4107AC; }
a { background-color: rgb(65,7,172); }
div.DivClassName
{
background-color: #4107AC;
}
.BgClassName
{
background-color: #4107AC;
}
</style>
border-color css
<style>
span { border-color: #4107AC; }
span { border-color: rgb(65,7,172); }
td.TdClassName
{
border-color: #4107AC;
}
.TagClassName
{
border-color: #4107AC;
}
</style>