Shades of Indigo #440F9B
Tints of Indigo #440F9B
RGB
CMYK
RGB Variations
Color information
#440F9B (or 0x440F9B) is known color: Indigo. HEX triplet: 44, 0F and 9B. RGB value is (68,15,155). Sum of RGB (Red+Green+Blue) = 68+15+155=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #440F9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440F9B is #BBF064. Grayscale: #2E2E2E. Windows color (decimal): -12316773 or 10161988. OLE color: 10161988.
HSL color Cylindrical-coordinate representation of color #440F9B: hue angle of 262.71º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440F9B is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 15 | 155 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.39 |
| HSL | 262.71º | 0.82% | 0.33% | - |
| HSV(B) | 262.71º | 0.9% | 0.61% | - |
| XYZ | 8.47 | 3.94 | 31.32 | - |
| YUV | 46.81 | 189.06 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 155 | 0.56 | 0.90 | 0 | 0.39 | 262.71 | 0.82 | 0.33 |
| Hex | 44 | F | 9B | 38 | 5A | 0 | 27 | 107 | 52 | 21 |
| Octal | 104 | 17 | 233 | 70 | 132 | 0 | 47 | 407 | 122 | 41 |
| Binary | 1000100 | 1111 | 10011011 | 111000 | 1011010 | 0 | 100111 | 100000111 | 1010010 | 100001 |
Color Harmonies of #440F9B
Complementary color
Monochromatic Colors of #440F9B
Black with #440F9B
Text Example
Text Example
White with #440F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440F9B; }
p { color: rgb(68,15,155); }
H1.HeaderClassName
{
color: #440F9B;
}
.AnyTagClassName
{
color: #440F9B;
}
</style>
background-color css
<style>
a { background-color: #440F9B; }
a { background-color: rgb(68,15,155); }
div.DivClassName
{
background-color: #440F9B;
}
.BgClassName
{
background-color: #440F9B;
}
</style>
border-color css
<style>
span { border-color: #440F9B; }
span { border-color: rgb(68,15,155); }
td.TdClassName
{
border-color: #440F9B;
}
.TagClassName
{
border-color: #440F9B;
}
</style>