Shades of Indigo #4103AB
Tints of Indigo #4103AB
RGB
CMYK
RGB Variations
Color information
#4103AB (or 0x4103AB) is known color: Indigo. HEX triplet: 41, 03 and AB. RGB value is (65,3,171). Sum of RGB (Red+Green+Blue) = 65+3+171=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #4103AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4103AB is #BEFC54. Grayscale: #282828. Windows color (decimal): -12516437 or 11207489. OLE color: 11207489.
HSL color Cylindrical-coordinate representation of color #4103AB: hue angle of 262.14º 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 #4103AB is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 3 | 171 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.33 |
| HSL | 262.14º | 0.97% | 0.34% | - |
| HSV(B) | 262.14º | 0.98% | 0.67% | - |
| XYZ | 9.56 | 4.13 | 38.82 | - |
| YUV | 40.69 | 201.54 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 171 | 0.62 | 0.98 | 0 | 0.33 | 262.14 | 0.97 | 0.34 |
| Hex | 41 | 3 | AB | 3E | 62 | 0 | 21 | 106 | 61 | 22 |
| Octal | 101 | 3 | 253 | 76 | 142 | 0 | 41 | 406 | 141 | 42 |
| Binary | 1000001 | 11 | 10101011 | 111110 | 1100010 | 0 | 100001 | 100000110 | 1100001 | 100010 |
Color Harmonies of #4103AB
Complementary color
Monochromatic Colors of #4103AB
Black with #4103AB
Text Example
Text Example
White with #4103AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4103AB; }
p { color: rgb(65,3,171); }
H1.HeaderClassName
{
color: #4103AB;
}
.AnyTagClassName
{
color: #4103AB;
}
</style>
background-color css
<style>
a { background-color: #4103AB; }
a { background-color: rgb(65,3,171); }
div.DivClassName
{
background-color: #4103AB;
}
.BgClassName
{
background-color: #4103AB;
}
</style>
border-color css
<style>
span { border-color: #4103AB; }
span { border-color: rgb(65,3,171); }
td.TdClassName
{
border-color: #4103AB;
}
.TagClassName
{
border-color: #4103AB;
}
</style>