Shades of Indigo #400282
Tints of Indigo #400282
RGB
CMYK
RGB Variations
Color information
#400282 (or 0x400282) is known color: Indigo. HEX triplet: 40, 02 and 82. RGB value is (64,2,130). Sum of RGB (Red+Green+Blue) = 64+2+130=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #400282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400282 is #BFFD7D. Grayscale: #222222. Windows color (decimal): -12582270 or 8520256. OLE color: 8520256.
HSL color Cylindrical-coordinate representation of color #400282: hue angle of 269.06º 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 #400282 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 2 | 130 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.49 |
| HSL | 269.06º | 0.97% | 0.26% | - |
| HSV(B) | 269.06º | 0.98% | 0.51% | - |
| XYZ | 6.17 | 2.75 | 21.32 | - |
| YUV | 35.13 | 181.54 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 130 | 0.51 | 0.98 | 0 | 0.49 | 269.06 | 0.97 | 0.26 |
| Hex | 40 | 2 | 82 | 33 | 62 | 0 | 31 | 10D | 61 | 1A |
| Octal | 100 | 2 | 202 | 63 | 142 | 0 | 61 | 415 | 141 | 32 |
| Binary | 1000000 | 10 | 10000010 | 110011 | 1100010 | 0 | 110001 | 100001101 | 1100001 | 11010 |
Color Harmonies of #400282
Complementary color
Monochromatic Colors of #400282
Black with #400282
Text Example
Text Example
White with #400282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400282; }
p { color: rgb(64,2,130); }
H1.HeaderClassName
{
color: #400282;
}
.AnyTagClassName
{
color: #400282;
}
</style>
background-color css
<style>
a { background-color: #400282; }
a { background-color: rgb(64,2,130); }
div.DivClassName
{
background-color: #400282;
}
.BgClassName
{
background-color: #400282;
}
</style>
border-color css
<style>
span { border-color: #400282; }
span { border-color: rgb(64,2,130); }
td.TdClassName
{
border-color: #400282;
}
.TagClassName
{
border-color: #400282;
}
</style>