Shades of Indigo #4101AF
Tints of Indigo #4101AF
RGB
CMYK
RGB Variations
Color information
#4101AF (or 0x4101AF) is known color: Indigo. HEX triplet: 41, 01 and AF. RGB value is (65,1,175). Sum of RGB (Red+Green+Blue) = 65+1+175=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #4101AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4101AF is #BEFE50. Grayscale: #272727. Windows color (decimal): -12516945 or 11469121. OLE color: 11469121.
HSL color Cylindrical-coordinate representation of color #4101AF: hue angle of 262.07º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4101AF is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 1 | 175 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.31 |
| HSL | 262.07º | 0.99% | 0.35% | - |
| HSV(B) | 262.07º | 0.99% | 0.69% | - |
| XYZ | 9.93 | 4.24 | 40.85 | - |
| YUV | 39.97 | 204.2 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 175 | 0.63 | 0.99 | 0 | 0.31 | 262.07 | 0.99 | 0.35 |
| Hex | 41 | 1 | AF | 3F | 63 | 0 | 1F | 106 | 63 | 23 |
| Octal | 101 | 1 | 257 | 77 | 143 | 0 | 37 | 406 | 143 | 43 |
| Binary | 1000001 | 1 | 10101111 | 111111 | 1100011 | 0 | 11111 | 100000110 | 1100011 | 100011 |
Color Harmonies of #4101AF
Complementary color
Monochromatic Colors of #4101AF
Black with #4101AF
Text Example
Text Example
White with #4101AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4101AF; }
p { color: rgb(65,1,175); }
H1.HeaderClassName
{
color: #4101AF;
}
.AnyTagClassName
{
color: #4101AF;
}
</style>
background-color css
<style>
a { background-color: #4101AF; }
a { background-color: rgb(65,1,175); }
div.DivClassName
{
background-color: #4101AF;
}
.BgClassName
{
background-color: #4101AF;
}
</style>
border-color css
<style>
span { border-color: #4101AF; }
span { border-color: rgb(65,1,175); }
td.TdClassName
{
border-color: #4101AF;
}
.TagClassName
{
border-color: #4101AF;
}
</style>