Shades of Indigo #440F87
Tints of Indigo #440F87
RGB
CMYK
RGB Variations
Color information
#440F87 (or 0x440F87) is known color: Indigo. HEX triplet: 44, 0F and 87. RGB value is (68,15,135). Sum of RGB (Red+Green+Blue) = 68+15+135=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 135 (53.12% from 255 or 61.93% from 218); Max value from RGB is 135 - color contains mainly: blue. Hex color #440F87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440F87 is #BBF078. Grayscale: #2C2C2C. Windows color (decimal): -12316793 or 8851268. OLE color: 8851268.
HSL color Cylindrical-coordinate representation of color #440F87: hue angle of 266.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #440F87 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 15 | 135 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.47 |
| HSL | 266.5º | 0.8% | 0.29% | - |
| HSV(B) | 266.5º | 0.89% | 0.53% | - |
| XYZ | 6.93 | 3.32 | 23.2 | - |
| YUV | 44.53 | 179.06 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 135 | 0.50 | 0.89 | 0 | 0.47 | 266.5 | 0.8 | 0.29 |
| Hex | 44 | F | 87 | 32 | 59 | 0 | 2F | 10A | 50 | 1D |
| Octal | 104 | 17 | 207 | 62 | 131 | 0 | 57 | 412 | 120 | 35 |
| Binary | 1000100 | 1111 | 10000111 | 110010 | 1011001 | 0 | 101111 | 100001010 | 1010000 | 11101 |
Color Harmonies of #440F87
Complementary color
Monochromatic Colors of #440F87
Black with #440F87
Text Example
Text Example
White with #440F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440F87; }
p { color: rgb(68,15,135); }
H1.HeaderClassName
{
color: #440F87;
}
.AnyTagClassName
{
color: #440F87;
}
</style>
background-color css
<style>
a { background-color: #440F87; }
a { background-color: rgb(68,15,135); }
div.DivClassName
{
background-color: #440F87;
}
.BgClassName
{
background-color: #440F87;
}
</style>
border-color css
<style>
span { border-color: #440F87; }
span { border-color: rgb(68,15,135); }
td.TdClassName
{
border-color: #440F87;
}
.TagClassName
{
border-color: #440F87;
}
</style>