Shades of Indigo #4001AF
Tints of Indigo #4001AF
RGB
CMYK
RGB Variations
Color information
#4001AF (or 0x4001AF) is known color: Indigo. HEX triplet: 40, 01 and AF. RGB value is (64,1,175). Sum of RGB (Red+Green+Blue) = 64+1+175=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 175 (68.75% from 255 or 72.92% from 240); Max value from RGB is 175 - color contains mainly: blue. Hex color #4001AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4001AF is #BFFE50. Grayscale: #272727. Windows color (decimal): -12582481 or 11469120. OLE color: 11469120.
HSL color Cylindrical-coordinate representation of color #4001AF: hue angle of 261.72º 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 #4001AF is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 1 | 175 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.31 |
| HSL | 261.72º | 0.99% | 0.35% | - |
| HSV(B) | 261.72º | 0.99% | 0.69% | - |
| XYZ | 9.86 | 4.21 | 40.85 | - |
| YUV | 39.67 | 204.37 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 175 | 0.63 | 0.99 | 0 | 0.31 | 261.72 | 0.99 | 0.35 |
| Hex | 40 | 1 | AF | 3F | 63 | 0 | 1F | 106 | 63 | 23 |
| Octal | 100 | 1 | 257 | 77 | 143 | 0 | 37 | 406 | 143 | 43 |
| Binary | 1000000 | 1 | 10101111 | 111111 | 1100011 | 0 | 11111 | 100000110 | 1100011 | 100011 |
Color Harmonies of #4001AF
Complementary color
Monochromatic Colors of #4001AF
Black with #4001AF
Text Example
Text Example
White with #4001AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4001AF; }
p { color: rgb(64,1,175); }
H1.HeaderClassName
{
color: #4001AF;
}
.AnyTagClassName
{
color: #4001AF;
}
</style>
background-color css
<style>
a { background-color: #4001AF; }
a { background-color: rgb(64,1,175); }
div.DivClassName
{
background-color: #4001AF;
}
.BgClassName
{
background-color: #4001AF;
}
</style>
border-color css
<style>
span { border-color: #4001AF; }
span { border-color: rgb(64,1,175); }
td.TdClassName
{
border-color: #4001AF;
}
.TagClassName
{
border-color: #4001AF;
}
</style>