Shades of Indigo #400181
Tints of Indigo #400181
RGB
CMYK
RGB Variations
Color information
#400181 (or 0x400181) is known color: Indigo. HEX triplet: 40, 01 and 81. RGB value is (64,1,129). Sum of RGB (Red+Green+Blue) = 64+1+129=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #400181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400181 is #BFFE7E. Grayscale: #212121. Windows color (decimal): -12582527 or 8454464. OLE color: 8454464.
HSL color Cylindrical-coordinate representation of color #400181: hue angle of 269.53º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400181 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 1 | 129 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.49 |
| HSL | 269.53º | 0.98% | 0.25% | - |
| HSV(B) | 269.53º | 0.99% | 0.51% | - |
| XYZ | 6.09 | 2.7 | 20.97 | - |
| YUV | 34.43 | 181.37 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 129 | 0.50 | 0.99 | 0 | 0.49 | 269.53 | 0.98 | 0.25 |
| Hex | 40 | 1 | 81 | 32 | 63 | 0 | 31 | 10E | 62 | 19 |
| Octal | 100 | 1 | 201 | 62 | 143 | 0 | 61 | 416 | 142 | 31 |
| Binary | 1000000 | 1 | 10000001 | 110010 | 1100011 | 0 | 110001 | 100001110 | 1100010 | 11001 |
Color Harmonies of #400181
Complementary color
Monochromatic Colors of #400181
Black with #400181
Text Example
Text Example
White with #400181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400181; }
p { color: rgb(64,1,129); }
H1.HeaderClassName
{
color: #400181;
}
.AnyTagClassName
{
color: #400181;
}
</style>
background-color css
<style>
a { background-color: #400181; }
a { background-color: rgb(64,1,129); }
div.DivClassName
{
background-color: #400181;
}
.BgClassName
{
background-color: #400181;
}
</style>
border-color css
<style>
span { border-color: #400181; }
span { border-color: rgb(64,1,129); }
td.TdClassName
{
border-color: #400181;
}
.TagClassName
{
border-color: #400181;
}
</style>