Shades of Indigo #440085
Tints of Indigo #440085
RGB
CMYK
RGB Variations
Color information
#440085 (or 0x440085) is known color: Indigo. HEX triplet: 44, 00 and 85. RGB value is (68,0,133). Sum of RGB (Red+Green+Blue) = 68+0+133=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #440085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440085 is #BBFF7A. Grayscale: #232323. Windows color (decimal): -12320635 or 8716356. OLE color: 8716356.
HSL color Cylindrical-coordinate representation of color #440085: hue angle of 270.68º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440085 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 0 | 133 | - |
| CMYK | 0.49 | 1 | 0 | 0.48 |
| HSL | 270.68º | 1% | 0.26% | - |
| HSV(B) | 270.68º | 1% | 0.52% | - |
| XYZ | 6.62 | 2.92 | 22.41 | - |
| YUV | 35.49 | 183.03 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 133 | 0.49 | 1 | 0 | 0.48 | 270.68 | 1 | 0.26 |
| Hex | 44 | 0 | 85 | 31 | 64 | 0 | 30 | 10F | 64 | 1A |
| Octal | 104 | 0 | 205 | 61 | 144 | 0 | 60 | 417 | 144 | 32 |
| Binary | 1000100 | 0 | 10000101 | 110001 | 1100100 | 0 | 110000 | 100001111 | 1100100 | 11010 |
Color Harmonies of #440085
Complementary color
Monochromatic Colors of #440085
Black with #440085
Text Example
Text Example
White with #440085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440085; }
p { color: rgb(68,0,133); }
H1.HeaderClassName
{
color: #440085;
}
.AnyTagClassName
{
color: #440085;
}
</style>
background-color css
<style>
a { background-color: #440085; }
a { background-color: rgb(68,0,133); }
div.DivClassName
{
background-color: #440085;
}
.BgClassName
{
background-color: #440085;
}
</style>
border-color css
<style>
span { border-color: #440085; }
span { border-color: rgb(68,0,133); }
td.TdClassName
{
border-color: #440085;
}
.TagClassName
{
border-color: #440085;
}
</style>