Shades of Indigo #4107AD
Tints of Indigo #4107AD
RGB
CMYK
RGB Variations
Color information
#4107AD (or 0x4107AD) is known color: Indigo. HEX triplet: 41, 07 and AD. RGB value is (65,7,173). Sum of RGB (Red+Green+Blue) = 65+7+173=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #4107AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4107AD is #BEF852. Grayscale: #2A2A2A. Windows color (decimal): -12515411 or 11339585. OLE color: 11339585.
HSL color Cylindrical-coordinate representation of color #4107AD: hue angle of 260.96º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4107AD is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 7 | 173 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.32 |
| HSL | 260.96º | 0.92% | 0.35% | - |
| HSV(B) | 260.96º | 0.96% | 0.68% | - |
| XYZ | 9.8 | 4.29 | 39.85 | - |
| YUV | 43.27 | 201.22 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 173 | 0.62 | 0.96 | 0 | 0.32 | 260.96 | 0.92 | 0.35 |
| Hex | 41 | 7 | AD | 3E | 60 | 0 | 20 | 105 | 5C | 23 |
| Octal | 101 | 7 | 255 | 76 | 140 | 0 | 40 | 405 | 134 | 43 |
| Binary | 1000001 | 111 | 10101101 | 111110 | 1100000 | 0 | 100000 | 100000101 | 1011100 | 100011 |
Color Harmonies of #4107AD
Complementary color
Monochromatic Colors of #4107AD
Black with #4107AD
Text Example
Text Example
White with #4107AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4107AD; }
p { color: rgb(65,7,173); }
H1.HeaderClassName
{
color: #4107AD;
}
.AnyTagClassName
{
color: #4107AD;
}
</style>
background-color css
<style>
a { background-color: #4107AD; }
a { background-color: rgb(65,7,173); }
div.DivClassName
{
background-color: #4107AD;
}
.BgClassName
{
background-color: #4107AD;
}
</style>
border-color css
<style>
span { border-color: #4107AD; }
span { border-color: rgb(65,7,173); }
td.TdClassName
{
border-color: #4107AD;
}
.TagClassName
{
border-color: #4107AD;
}
</style>