Shades of Indigo #400182
Tints of Indigo #400182
RGB
CMYK
RGB Variations
Color information
#400182 (or 0x400182) is known color: Indigo. HEX triplet: 40, 01 and 82. RGB value is (64,1,130). Sum of RGB (Red+Green+Blue) = 64+1+130=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #400182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400182 is #BFFE7D. Grayscale: #222222. Windows color (decimal): -12582526 or 8520000. OLE color: 8520000.
HSL color Cylindrical-coordinate representation of color #400182: hue angle of 269.3º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400182 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 1 | 130 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.49 |
| HSL | 269.3º | 0.98% | 0.26% | - |
| HSV(B) | 269.3º | 0.99% | 0.51% | - |
| XYZ | 6.15 | 2.72 | 21.32 | - |
| YUV | 34.54 | 181.87 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 130 | 0.51 | 0.99 | 0 | 0.49 | 269.3 | 0.98 | 0.26 |
| Hex | 40 | 1 | 82 | 33 | 63 | 0 | 31 | 10D | 62 | 1A |
| Octal | 100 | 1 | 202 | 63 | 143 | 0 | 61 | 415 | 142 | 32 |
| Binary | 1000000 | 1 | 10000010 | 110011 | 1100011 | 0 | 110001 | 100001101 | 1100010 | 11010 |
Color Harmonies of #400182
Complementary color
Monochromatic Colors of #400182
Black with #400182
Text Example
Text Example
White with #400182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400182; }
p { color: rgb(64,1,130); }
H1.HeaderClassName
{
color: #400182;
}
.AnyTagClassName
{
color: #400182;
}
</style>
background-color css
<style>
a { background-color: #400182; }
a { background-color: rgb(64,1,130); }
div.DivClassName
{
background-color: #400182;
}
.BgClassName
{
background-color: #400182;
}
</style>
border-color css
<style>
span { border-color: #400182; }
span { border-color: rgb(64,1,130); }
td.TdClassName
{
border-color: #400182;
}
.TagClassName
{
border-color: #400182;
}
</style>