Shades of Indigo #440CAD
Tints of Indigo #440CAD
RGB
CMYK
RGB Variations
Color information
#440CAD (or 0x440CAD) is known color: Indigo. HEX triplet: 44, 0C and AD. RGB value is (68,12,173). Sum of RGB (Red+Green+Blue) = 68+12+173=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #440CAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440CAD is #BBF352. Grayscale: #2E2E2E. Windows color (decimal): -12317523 or 11340868. OLE color: 11340868.
HSL color Cylindrical-coordinate representation of color #440CAD: hue angle of 260.87º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440CAD is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 12 | 173 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.32 |
| HSL | 260.87º | 0.87% | 0.36% | - |
| HSV(B) | 260.87º | 0.93% | 0.68% | - |
| XYZ | 10.06 | 4.51 | 39.88 | - |
| YUV | 47.1 | 199.05 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 173 | 0.61 | 0.93 | 0 | 0.32 | 260.87 | 0.87 | 0.36 |
| Hex | 44 | C | AD | 3D | 5D | 0 | 20 | 105 | 57 | 24 |
| Octal | 104 | 14 | 255 | 75 | 135 | 0 | 40 | 405 | 127 | 44 |
| Binary | 1000100 | 1100 | 10101101 | 111101 | 1011101 | 0 | 100000 | 100000101 | 1010111 | 100100 |
Color Harmonies of #440CAD
Complementary color
Monochromatic Colors of #440CAD
Black with #440CAD
Text Example
Text Example
White with #440CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CAD; }
p { color: rgb(68,12,173); }
H1.HeaderClassName
{
color: #440CAD;
}
.AnyTagClassName
{
color: #440CAD;
}
</style>
background-color css
<style>
a { background-color: #440CAD; }
a { background-color: rgb(68,12,173); }
div.DivClassName
{
background-color: #440CAD;
}
.BgClassName
{
background-color: #440CAD;
}
</style>
border-color css
<style>
span { border-color: #440CAD; }
span { border-color: rgb(68,12,173); }
td.TdClassName
{
border-color: #440CAD;
}
.TagClassName
{
border-color: #440CAD;
}
</style>