Shades of Indigo #4109AD
Tints of Indigo #4109AD
RGB
CMYK
RGB Variations
Color information
#4109AD (or 0x4109AD) is known color: Indigo. HEX triplet: 41, 09 and AD. RGB value is (65,9,173). Sum of RGB (Red+Green+Blue) = 65+9+173=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #4109AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4109AD is #BEF652. Grayscale: #2B2B2B. Windows color (decimal): -12514899 or 11340097. OLE color: 11340097.
HSL color Cylindrical-coordinate representation of color #4109AD: hue angle of 260.49º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4109AD is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 9 | 173 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.32 |
| HSL | 260.49º | 0.9% | 0.36% | - |
| HSV(B) | 260.49º | 0.95% | 0.68% | - |
| XYZ | 9.82 | 4.34 | 39.85 | - |
| YUV | 44.44 | 200.55 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 173 | 0.62 | 0.95 | 0 | 0.32 | 260.49 | 0.9 | 0.36 |
| Hex | 41 | 9 | AD | 3E | 5F | 0 | 20 | 104 | 5A | 24 |
| Octal | 101 | 11 | 255 | 76 | 137 | 0 | 40 | 404 | 132 | 44 |
| Binary | 1000001 | 1001 | 10101101 | 111110 | 1011111 | 0 | 100000 | 100000100 | 1011010 | 100100 |
Color Harmonies of #4109AD
Complementary color
Monochromatic Colors of #4109AD
Black with #4109AD
Text Example
Text Example
White with #4109AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4109AD; }
p { color: rgb(65,9,173); }
H1.HeaderClassName
{
color: #4109AD;
}
.AnyTagClassName
{
color: #4109AD;
}
</style>
background-color css
<style>
a { background-color: #4109AD; }
a { background-color: rgb(65,9,173); }
div.DivClassName
{
background-color: #4109AD;
}
.BgClassName
{
background-color: #4109AD;
}
</style>
border-color css
<style>
span { border-color: #4109AD; }
span { border-color: rgb(65,9,173); }
td.TdClassName
{
border-color: #4109AD;
}
.TagClassName
{
border-color: #4109AD;
}
</style>