Shades of Indigo #400165
Tints of Indigo #400165
RGB
CMYK
RGB Variations
Color information
#400165 (or 0x400165) is known color: Indigo. HEX triplet: 40, 01 and 65. RGB value is (64,1,101). Sum of RGB (Red+Green+Blue) = 64+1+101=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 101 (39.84% from 255 or 60.84% from 166); Max value from RGB is 101 - color contains mainly: blue. Hex color #400165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400165 is #BFFE9A. Grayscale: #1E1E1E. Windows color (decimal): -12582555 or 6619456. OLE color: 6619456.
HSL color Cylindrical-coordinate representation of color #400165: hue angle of 277.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400165 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 1 | 101 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.60 |
| HSL | 277.8º | 0.98% | 0.2% | - |
| HSV(B) | 277.8º | 0.99% | 0.4% | - |
| XYZ | 4.47 | 2.05 | 12.47 | - |
| YUV | 31.24 | 167.37 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 101 | 0.37 | 0.99 | 0 | 0.60 | 277.8 | 0.98 | 0.2 |
| Hex | 40 | 1 | 65 | 25 | 63 | 0 | 3C | 116 | 62 | 14 |
| Octal | 100 | 1 | 145 | 45 | 143 | 0 | 74 | 426 | 142 | 24 |
| Binary | 1000000 | 1 | 1100101 | 100101 | 1100011 | 0 | 111100 | 100010110 | 1100010 | 10100 |
Color Harmonies of #400165
Complementary color
Monochromatic Colors of #400165
Black with #400165
Text Example
Text Example
White with #400165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400165; }
p { color: rgb(64,1,101); }
H1.HeaderClassName
{
color: #400165;
}
.AnyTagClassName
{
color: #400165;
}
</style>
background-color css
<style>
a { background-color: #400165; }
a { background-color: rgb(64,1,101); }
div.DivClassName
{
background-color: #400165;
}
.BgClassName
{
background-color: #400165;
}
</style>
border-color css
<style>
span { border-color: #400165; }
span { border-color: rgb(64,1,101); }
td.TdClassName
{
border-color: #400165;
}
.TagClassName
{
border-color: #400165;
}
</style>