Shades of Indigo #400262
Tints of Indigo #400262
RGB
CMYK
RGB Variations
Color information
#400262 (or 0x400262) is known color: Indigo. HEX triplet: 40, 02 and 62. RGB value is (64,2,98). Sum of RGB (Red+Green+Blue) = 64+2+98=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #400262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400262 is #BFFD9D. Grayscale: #1F1F1F. Windows color (decimal): -12582302 or 6423104. OLE color: 6423104.
HSL color Cylindrical-coordinate representation of color #400262: hue angle of 278.75º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400262 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 2 | 98 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.62 |
| HSL | 278.75º | 0.96% | 0.2% | - |
| HSV(B) | 278.75º | 0.98% | 0.38% | - |
| XYZ | 4.34 | 2.02 | 11.72 | - |
| YUV | 31.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 98 | 0.35 | 0.98 | 0 | 0.62 | 278.75 | 0.96 | 0.2 |
| Hex | 40 | 2 | 62 | 23 | 62 | 0 | 3E | 117 | 60 | 14 |
| Octal | 100 | 2 | 142 | 43 | 142 | 0 | 76 | 427 | 140 | 24 |
| Binary | 1000000 | 10 | 1100010 | 100011 | 1100010 | 0 | 111110 | 100010111 | 1100000 | 10100 |
Color Harmonies of #400262
Complementary color
Monochromatic Colors of #400262
Black with #400262
Text Example
Text Example
White with #400262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400262; }
p { color: rgb(64,2,98); }
H1.HeaderClassName
{
color: #400262;
}
.AnyTagClassName
{
color: #400262;
}
</style>
background-color css
<style>
a { background-color: #400262; }
a { background-color: rgb(64,2,98); }
div.DivClassName
{
background-color: #400262;
}
.BgClassName
{
background-color: #400262;
}
</style>
border-color css
<style>
span { border-color: #400262; }
span { border-color: rgb(64,2,98); }
td.TdClassName
{
border-color: #400262;
}
.TagClassName
{
border-color: #400262;
}
</style>