Shades of Indigo #400795
Tints of Indigo #400795
RGB
CMYK
RGB Variations
Color information
#400795 (or 0x400795) is known color: Indigo. HEX triplet: 40, 07 and 95. RGB value is (64,7,149). Sum of RGB (Red+Green+Blue) = 64+7+149=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #400795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400795 is #BFF86A. Grayscale: #272727. Windows color (decimal): -12580971 or 9766720. OLE color: 9766720.
HSL color Cylindrical-coordinate representation of color #400795: hue angle of 264.08º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400795 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 7 | 149 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.42 |
| HSL | 264.08º | 0.91% | 0.31% | - |
| HSV(B) | 264.08º | 0.95% | 0.58% | - |
| XYZ | 7.62 | 3.41 | 28.69 | - |
| YUV | 40.23 | 189.38 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 149 | 0.57 | 0.95 | 0 | 0.42 | 264.08 | 0.91 | 0.31 |
| Hex | 40 | 7 | 95 | 39 | 5F | 0 | 2A | 108 | 5B | 1F |
| Octal | 100 | 7 | 225 | 71 | 137 | 0 | 52 | 410 | 133 | 37 |
| Binary | 1000000 | 111 | 10010101 | 111001 | 1011111 | 0 | 101010 | 100001000 | 1011011 | 11111 |
Color Harmonies of #400795
Complementary color
Monochromatic Colors of #400795
Black with #400795
Text Example
Text Example
White with #400795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400795; }
p { color: rgb(64,7,149); }
H1.HeaderClassName
{
color: #400795;
}
.AnyTagClassName
{
color: #400795;
}
</style>
background-color css
<style>
a { background-color: #400795; }
a { background-color: rgb(64,7,149); }
div.DivClassName
{
background-color: #400795;
}
.BgClassName
{
background-color: #400795;
}
</style>
border-color css
<style>
span { border-color: #400795; }
span { border-color: rgb(64,7,149); }
td.TdClassName
{
border-color: #400795;
}
.TagClassName
{
border-color: #400795;
}
</style>