Shades of Indigo #440362
Tints of Indigo #440362
RGB
CMYK
RGB Variations
Color information
#440362 (or 0x440362) is known color: Indigo. HEX triplet: 44, 03 and 62. RGB value is (68,3,98). Sum of RGB (Red+Green+Blue) = 68+3+98=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #440362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440362 is #BBFC9D. Grayscale: #202020. Windows color (decimal): -12319902 or 6423364. OLE color: 6423364.
HSL color Cylindrical-coordinate representation of color #440362: hue angle of 281.05º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440362 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 3 | 98 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.62 |
| HSL | 281.05º | 0.94% | 0.2% | - |
| HSV(B) | 281.05º | 0.97% | 0.38% | - |
| XYZ | 4.62 | 2.18 | 11.73 | - |
| YUV | 33.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 3 | 98 | 0.31 | 0.97 | 0 | 0.62 | 281.05 | 0.94 | 0.2 |
| Hex | 44 | 3 | 62 | 1F | 61 | 0 | 3E | 119 | 5E | 14 |
| Octal | 104 | 3 | 142 | 37 | 141 | 0 | 76 | 431 | 136 | 24 |
| Binary | 1000100 | 11 | 1100010 | 11111 | 1100001 | 0 | 111110 | 100011001 | 1011110 | 10100 |
Color Harmonies of #440362
Complementary color
Monochromatic Colors of #440362
Black with #440362
Text Example
Text Example
White with #440362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440362; }
p { color: rgb(68,3,98); }
H1.HeaderClassName
{
color: #440362;
}
.AnyTagClassName
{
color: #440362;
}
</style>
background-color css
<style>
a { background-color: #440362; }
a { background-color: rgb(68,3,98); }
div.DivClassName
{
background-color: #440362;
}
.BgClassName
{
background-color: #440362;
}
</style>
border-color css
<style>
span { border-color: #440362; }
span { border-color: rgb(68,3,98); }
td.TdClassName
{
border-color: #440362;
}
.TagClassName
{
border-color: #440362;
}
</style>