Shades of Indigo #400FAC
Tints of Indigo #400FAC
RGB
CMYK
RGB Variations
Color information
#400FAC (or 0x400FAC) is known color: Indigo. HEX triplet: 40, 0F and AC. RGB value is (64,15,172). Sum of RGB (Red+Green+Blue) = 64+15+172=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #400FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400FAC is #BFF053. Grayscale: #2E2E2E. Windows color (decimal): -12578900 or 11276096. OLE color: 11276096.
HSL color Cylindrical-coordinate representation of color #400FAC: hue angle of 258.73º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400FAC is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 15 | 172 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.33 |
| HSL | 258.73º | 0.84% | 0.37% | - |
| HSV(B) | 258.73º | 0.91% | 0.67% | - |
| XYZ | 9.73 | 4.41 | 39.37 | - |
| YUV | 47.55 | 198.23 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 172 | 0.63 | 0.91 | 0 | 0.33 | 258.73 | 0.84 | 0.37 |
| Hex | 40 | F | AC | 3F | 5B | 0 | 21 | 103 | 54 | 25 |
| Octal | 100 | 17 | 254 | 77 | 133 | 0 | 41 | 403 | 124 | 45 |
| Binary | 1000000 | 1111 | 10101100 | 111111 | 1011011 | 0 | 100001 | 100000011 | 1010100 | 100101 |
Color Harmonies of #400FAC
Complementary color
Monochromatic Colors of #400FAC
Black with #400FAC
Text Example
Text Example
White with #400FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400FAC; }
p { color: rgb(64,15,172); }
H1.HeaderClassName
{
color: #400FAC;
}
.AnyTagClassName
{
color: #400FAC;
}
</style>
background-color css
<style>
a { background-color: #400FAC; }
a { background-color: rgb(64,15,172); }
div.DivClassName
{
background-color: #400FAC;
}
.BgClassName
{
background-color: #400FAC;
}
</style>
border-color css
<style>
span { border-color: #400FAC; }
span { border-color: rgb(64,15,172); }
td.TdClassName
{
border-color: #400FAC;
}
.TagClassName
{
border-color: #400FAC;
}
</style>