Shades of Indigo #4102AB
Tints of Indigo #4102AB
RGB
CMYK
RGB Variations
Color information
#4102AB (or 0x4102AB) is known color: Indigo. HEX triplet: 41, 02 and AB. RGB value is (65,2,171). Sum of RGB (Red+Green+Blue) = 65+2+171=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #4102AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4102AB is #BEFD54. Grayscale: #272727. Windows color (decimal): -12516693 or 11207233. OLE color: 11207233.
HSL color Cylindrical-coordinate representation of color #4102AB: hue angle of 262.37º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4102AB is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 2 | 171 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.33 |
| HSL | 262.37º | 0.98% | 0.34% | - |
| HSV(B) | 262.37º | 0.99% | 0.67% | - |
| XYZ | 9.55 | 4.11 | 38.82 | - |
| YUV | 40.1 | 201.87 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 171 | 0.62 | 0.99 | 0 | 0.33 | 262.37 | 0.98 | 0.34 |
| Hex | 41 | 2 | AB | 3E | 63 | 0 | 21 | 106 | 62 | 22 |
| Octal | 101 | 2 | 253 | 76 | 143 | 0 | 41 | 406 | 142 | 42 |
| Binary | 1000001 | 10 | 10101011 | 111110 | 1100011 | 0 | 100001 | 100000110 | 1100010 | 100010 |
Color Harmonies of #4102AB
Complementary color
Monochromatic Colors of #4102AB
Black with #4102AB
Text Example
Text Example
White with #4102AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4102AB; }
p { color: rgb(65,2,171); }
H1.HeaderClassName
{
color: #4102AB;
}
.AnyTagClassName
{
color: #4102AB;
}
</style>
background-color css
<style>
a { background-color: #4102AB; }
a { background-color: rgb(65,2,171); }
div.DivClassName
{
background-color: #4102AB;
}
.BgClassName
{
background-color: #4102AB;
}
</style>
border-color css
<style>
span { border-color: #4102AB; }
span { border-color: rgb(65,2,171); }
td.TdClassName
{
border-color: #4102AB;
}
.TagClassName
{
border-color: #4102AB;
}
</style>