Shades of Indigo #440284
Tints of Indigo #440284
RGB
CMYK
RGB Variations
Color information
#440284 (or 0x440284) is known color: Indigo. HEX triplet: 44, 02 and 84. RGB value is (68,2,132). Sum of RGB (Red+Green+Blue) = 68+2+132=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #440284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440284 is #BBFD7B. Grayscale: #242424. Windows color (decimal): -12320124 or 8651332. OLE color: 8651332.
HSL color Cylindrical-coordinate representation of color #440284: hue angle of 270.46º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #440284 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 2 | 132 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.48 |
| HSL | 270.46º | 0.97% | 0.26% | - |
| HSV(B) | 270.46º | 0.98% | 0.52% | - |
| XYZ | 6.57 | 2.94 | 22.05 | - |
| YUV | 36.55 | 181.87 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 132 | 0.48 | 0.98 | 0 | 0.48 | 270.46 | 0.97 | 0.26 |
| Hex | 44 | 2 | 84 | 30 | 62 | 0 | 30 | 10E | 61 | 1A |
| Octal | 104 | 2 | 204 | 60 | 142 | 0 | 60 | 416 | 141 | 32 |
| Binary | 1000100 | 10 | 10000100 | 110000 | 1100010 | 0 | 110000 | 100001110 | 1100001 | 11010 |
Color Harmonies of #440284
Complementary color
Monochromatic Colors of #440284
Black with #440284
Text Example
Text Example
White with #440284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440284; }
p { color: rgb(68,2,132); }
H1.HeaderClassName
{
color: #440284;
}
.AnyTagClassName
{
color: #440284;
}
</style>
background-color css
<style>
a { background-color: #440284; }
a { background-color: rgb(68,2,132); }
div.DivClassName
{
background-color: #440284;
}
.BgClassName
{
background-color: #440284;
}
</style>
border-color css
<style>
span { border-color: #440284; }
span { border-color: rgb(68,2,132); }
td.TdClassName
{
border-color: #440284;
}
.TagClassName
{
border-color: #440284;
}
</style>