Shades of Indigo #4107AB
Tints of Indigo #4107AB
RGB
CMYK
RGB Variations
Color information
#4107AB (or 0x4107AB) is known color: Indigo. HEX triplet: 41, 07 and AB. RGB value is (65,7,171). Sum of RGB (Red+Green+Blue) = 65+7+171=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #4107AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4107AB is #BEF854. Grayscale: #2A2A2A. Windows color (decimal): -12515413 or 11208513. OLE color: 11208513.
HSL color Cylindrical-coordinate representation of color #4107AB: hue angle of 261.22º 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 #4107AB is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 7 | 171 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.33 |
| HSL | 261.22º | 0.92% | 0.35% | - |
| HSV(B) | 261.22º | 0.96% | 0.67% | - |
| XYZ | 9.61 | 4.22 | 38.84 | - |
| YUV | 43.04 | 200.22 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 171 | 0.62 | 0.96 | 0 | 0.33 | 261.22 | 0.92 | 0.35 |
| Hex | 41 | 7 | AB | 3E | 60 | 0 | 21 | 105 | 5C | 23 |
| Octal | 101 | 7 | 253 | 76 | 140 | 0 | 41 | 405 | 134 | 43 |
| Binary | 1000001 | 111 | 10101011 | 111110 | 1100000 | 0 | 100001 | 100000101 | 1011100 | 100011 |
Color Harmonies of #4107AB
Complementary color
Monochromatic Colors of #4107AB
Black with #4107AB
Text Example
Text Example
White with #4107AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4107AB; }
p { color: rgb(65,7,171); }
H1.HeaderClassName
{
color: #4107AB;
}
.AnyTagClassName
{
color: #4107AB;
}
</style>
background-color css
<style>
a { background-color: #4107AB; }
a { background-color: rgb(65,7,171); }
div.DivClassName
{
background-color: #4107AB;
}
.BgClassName
{
background-color: #4107AB;
}
</style>
border-color css
<style>
span { border-color: #4107AB; }
span { border-color: rgb(65,7,171); }
td.TdClassName
{
border-color: #4107AB;
}
.TagClassName
{
border-color: #4107AB;
}
</style>