Shades of Indigo #440A88
Tints of Indigo #440A88
RGB
CMYK
RGB Variations
Color information
#440A88 (or 0x440A88) is known color: Indigo. HEX triplet: 44, 0A and 88. RGB value is (68,10,136). Sum of RGB (Red+Green+Blue) = 68+10+136=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 136 (53.52% from 255 or 63.55% from 214); Max value from RGB is 136 - color contains mainly: blue. Hex color #440A88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440A88 is #BBF577. Grayscale: #292929. Windows color (decimal): -12318072 or 8915524. OLE color: 8915524.
HSL color Cylindrical-coordinate representation of color #440A88: hue angle of 267.62º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440A88 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 10 | 136 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.47 |
| HSL | 267.62º | 0.86% | 0.29% | - |
| HSV(B) | 267.62º | 0.93% | 0.53% | - |
| XYZ | 6.94 | 3.22 | 23.55 | - |
| YUV | 41.71 | 181.22 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 10 | 136 | 0.50 | 0.93 | 0 | 0.47 | 267.62 | 0.86 | 0.29 |
| Hex | 44 | A | 88 | 32 | 5D | 0 | 2F | 10C | 56 | 1D |
| Octal | 104 | 12 | 210 | 62 | 135 | 0 | 57 | 414 | 126 | 35 |
| Binary | 1000100 | 1010 | 10001000 | 110010 | 1011101 | 0 | 101111 | 100001100 | 1010110 | 11101 |
Color Harmonies of #440A88
Complementary color
Monochromatic Colors of #440A88
Black with #440A88
Text Example
Text Example
White with #440A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440A88; }
p { color: rgb(68,10,136); }
H1.HeaderClassName
{
color: #440A88;
}
.AnyTagClassName
{
color: #440A88;
}
</style>
background-color css
<style>
a { background-color: #440A88; }
a { background-color: rgb(68,10,136); }
div.DivClassName
{
background-color: #440A88;
}
.BgClassName
{
background-color: #440A88;
}
</style>
border-color css
<style>
span { border-color: #440A88; }
span { border-color: rgb(68,10,136); }
td.TdClassName
{
border-color: #440A88;
}
.TagClassName
{
border-color: #440A88;
}
</style>