Shades of Indigo #4100AF
Tints of Indigo #4100AF
RGB
CMYK
RGB Variations
Color information
#4100AF (or 0x4100AF) is known color: Indigo. HEX triplet: 41, 00 and AF. RGB value is (65,0,175). Sum of RGB (Red+Green+Blue) = 65+0+175=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 0 (0.39% from 255 or 0% 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 #4100AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4100AF is #BEFF50. Grayscale: #262626. Windows color (decimal): -12517201 or 11468865. OLE color: 11468865.
HSL color Cylindrical-coordinate representation of color #4100AF: hue angle of 262.29º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4100AF is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 0 | 175 | - |
| CMYK | 0.63 | 1 | 0 | 0.31 |
| HSL | 262.29º | 1% | 0.34% | - |
| HSV(B) | 262.29º | 1% | 0.69% | - |
| XYZ | 9.92 | 4.22 | 40.85 | - |
| YUV | 39.39 | 204.53 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 175 | 0.63 | 1 | 0 | 0.31 | 262.29 | 1 | 0.34 |
| Hex | 41 | 0 | AF | 3F | 64 | 0 | 1F | 106 | 64 | 22 |
| Octal | 101 | 0 | 257 | 77 | 144 | 0 | 37 | 406 | 144 | 42 |
| Binary | 1000001 | 0 | 10101111 | 111111 | 1100100 | 0 | 11111 | 100000110 | 1100100 | 100010 |
Color Harmonies of #4100AF
Complementary color
Monochromatic Colors of #4100AF
Black with #4100AF
Text Example
Text Example
White with #4100AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4100AF; }
p { color: rgb(65,0,175); }
H1.HeaderClassName
{
color: #4100AF;
}
.AnyTagClassName
{
color: #4100AF;
}
</style>
background-color css
<style>
a { background-color: #4100AF; }
a { background-color: rgb(65,0,175); }
div.DivClassName
{
background-color: #4100AF;
}
.BgClassName
{
background-color: #4100AF;
}
</style>
border-color css
<style>
span { border-color: #4100AF; }
span { border-color: rgb(65,0,175); }
td.TdClassName
{
border-color: #4100AF;
}
.TagClassName
{
border-color: #4100AF;
}
</style>