Shades of Indigo #400362
Tints of Indigo #400362
RGB
CMYK
RGB Variations
Color information
#400362 (or 0x400362) is known color: Indigo. HEX triplet: 40, 03 and 62. RGB value is (64,3,98). Sum of RGB (Red+Green+Blue) = 64+3+98=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #400362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400362 is #BFFC9D. Grayscale: #1F1F1F. Windows color (decimal): -12582046 or 6423360. OLE color: 6423360.
HSL color Cylindrical-coordinate representation of color #400362: hue angle of 278.53º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400362 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 3 | 98 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.62 |
| HSL | 278.53º | 0.94% | 0.2% | - |
| HSV(B) | 278.53º | 0.97% | 0.38% | - |
| XYZ | 4.35 | 2.04 | 11.72 | - |
| YUV | 32.07 | 165.21 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 98 | 0.35 | 0.97 | 0 | 0.62 | 278.53 | 0.94 | 0.2 |
| Hex | 40 | 3 | 62 | 23 | 61 | 0 | 3E | 117 | 5E | 14 |
| Octal | 100 | 3 | 142 | 43 | 141 | 0 | 76 | 427 | 136 | 24 |
| Binary | 1000000 | 11 | 1100010 | 100011 | 1100001 | 0 | 111110 | 100010111 | 1011110 | 10100 |
Color Harmonies of #400362
Complementary color
Monochromatic Colors of #400362
Black with #400362
Text Example
Text Example
White with #400362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400362; }
p { color: rgb(64,3,98); }
H1.HeaderClassName
{
color: #400362;
}
.AnyTagClassName
{
color: #400362;
}
</style>
background-color css
<style>
a { background-color: #400362; }
a { background-color: rgb(64,3,98); }
div.DivClassName
{
background-color: #400362;
}
.BgClassName
{
background-color: #400362;
}
</style>
border-color css
<style>
span { border-color: #400362; }
span { border-color: rgb(64,3,98); }
td.TdClassName
{
border-color: #400362;
}
.TagClassName
{
border-color: #400362;
}
</style>