Shades of Indigo #440282
Tints of Indigo #440282
RGB
CMYK
RGB Variations
Color information
#440282 (or 0x440282) is known color: Indigo. HEX triplet: 44, 02 and 82. RGB value is (68,2,130). Sum of RGB (Red+Green+Blue) = 68+2+130=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #440282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440282 is #BBFD7D. Grayscale: #232323. Windows color (decimal): -12320126 or 8520260. OLE color: 8520260.
HSL color Cylindrical-coordinate representation of color #440282: hue angle of 270.94º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #440282 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 2 | 130 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.49 |
| HSL | 270.94º | 0.97% | 0.26% | - |
| HSV(B) | 270.94º | 0.98% | 0.51% | - |
| XYZ | 6.43 | 2.88 | 21.34 | - |
| YUV | 36.33 | 180.87 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 2 | 130 | 0.48 | 0.98 | 0 | 0.49 | 270.94 | 0.97 | 0.26 |
| Hex | 44 | 2 | 82 | 30 | 62 | 0 | 31 | 10F | 61 | 1A |
| Octal | 104 | 2 | 202 | 60 | 142 | 0 | 61 | 417 | 141 | 32 |
| Binary | 1000100 | 10 | 10000010 | 110000 | 1100010 | 0 | 110001 | 100001111 | 1100001 | 11010 |
Color Harmonies of #440282
Complementary color
Monochromatic Colors of #440282
Black with #440282
Text Example
Text Example
White with #440282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440282; }
p { color: rgb(68,2,130); }
H1.HeaderClassName
{
color: #440282;
}
.AnyTagClassName
{
color: #440282;
}
</style>
background-color css
<style>
a { background-color: #440282; }
a { background-color: rgb(68,2,130); }
div.DivClassName
{
background-color: #440282;
}
.BgClassName
{
background-color: #440282;
}
</style>
border-color css
<style>
span { border-color: #440282; }
span { border-color: rgb(68,2,130); }
td.TdClassName
{
border-color: #440282;
}
.TagClassName
{
border-color: #440282;
}
</style>