Shades of Indigo #4103AC
Tints of Indigo #4103AC
RGB
CMYK
RGB Variations
Color information
#4103AC (or 0x4103AC) is known color: Indigo. HEX triplet: 41, 03 and AC. RGB value is (65,3,172). Sum of RGB (Red+Green+Blue) = 65+3+172=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #4103AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4103AC is #BEFC53. Grayscale: #282828. Windows color (decimal): -12516436 or 11273025. OLE color: 11273025.
HSL color Cylindrical-coordinate representation of color #4103AC: hue angle of 262.01º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4103AC is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 3 | 172 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.33 |
| HSL | 262.01º | 0.97% | 0.34% | - |
| HSV(B) | 262.01º | 0.98% | 0.67% | - |
| XYZ | 9.66 | 4.17 | 39.33 | - |
| YUV | 40.8 | 202.04 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 172 | 0.62 | 0.98 | 0 | 0.33 | 262.01 | 0.97 | 0.34 |
| Hex | 41 | 3 | AC | 3E | 62 | 0 | 21 | 106 | 61 | 22 |
| Octal | 101 | 3 | 254 | 76 | 142 | 0 | 41 | 406 | 141 | 42 |
| Binary | 1000001 | 11 | 10101100 | 111110 | 1100010 | 0 | 100001 | 100000110 | 1100001 | 100010 |
Color Harmonies of #4103AC
Complementary color
Monochromatic Colors of #4103AC
Black with #4103AC
Text Example
Text Example
White with #4103AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4103AC; }
p { color: rgb(65,3,172); }
H1.HeaderClassName
{
color: #4103AC;
}
.AnyTagClassName
{
color: #4103AC;
}
</style>
background-color css
<style>
a { background-color: #4103AC; }
a { background-color: rgb(65,3,172); }
div.DivClassName
{
background-color: #4103AC;
}
.BgClassName
{
background-color: #4103AC;
}
</style>
border-color css
<style>
span { border-color: #4103AC; }
span { border-color: rgb(65,3,172); }
td.TdClassName
{
border-color: #4103AC;
}
.TagClassName
{
border-color: #4103AC;
}
</style>