Shades of Indigo #400793
Tints of Indigo #400793
RGB
CMYK
RGB Variations
Color information
#400793 (or 0x400793) is known color: Indigo. HEX triplet: 40, 07 and 93. RGB value is (64,7,147). Sum of RGB (Red+Green+Blue) = 64+7+147=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 147 (57.81% from 255 or 67.43% from 218); Max value from RGB is 147 - color contains mainly: blue. Hex color #400793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400793 is #BFF86C. Grayscale: #272727. Windows color (decimal): -12580973 or 9635648. OLE color: 9635648.
HSL color Cylindrical-coordinate representation of color #400793: hue angle of 264.43º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400793 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 7 | 147 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.42 |
| HSL | 264.43º | 0.91% | 0.3% | - |
| HSV(B) | 264.43º | 0.95% | 0.58% | - |
| XYZ | 7.46 | 3.35 | 27.86 | - |
| YUV | 40 | 188.38 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 147 | 0.56 | 0.95 | 0 | 0.42 | 264.43 | 0.91 | 0.3 |
| Hex | 40 | 7 | 93 | 38 | 5F | 0 | 2A | 108 | 5B | 1E |
| Octal | 100 | 7 | 223 | 70 | 137 | 0 | 52 | 410 | 133 | 36 |
| Binary | 1000000 | 111 | 10010011 | 111000 | 1011111 | 0 | 101010 | 100001000 | 1011011 | 11110 |
Color Harmonies of #400793
Complementary color
Monochromatic Colors of #400793
Black with #400793
Text Example
Text Example
White with #400793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400793; }
p { color: rgb(64,7,147); }
H1.HeaderClassName
{
color: #400793;
}
.AnyTagClassName
{
color: #400793;
}
</style>
background-color css
<style>
a { background-color: #400793; }
a { background-color: rgb(64,7,147); }
div.DivClassName
{
background-color: #400793;
}
.BgClassName
{
background-color: #400793;
}
</style>
border-color css
<style>
span { border-color: #400793; }
span { border-color: rgb(64,7,147); }
td.TdClassName
{
border-color: #400793;
}
.TagClassName
{
border-color: #400793;
}
</style>