Shades of Indigo #400274
Tints of Indigo #400274
RGB
CMYK
RGB Variations
Color information
#400274 (or 0x400274) is known color: Indigo. HEX triplet: 40, 02 and 74. RGB value is (64,2,116). Sum of RGB (Red+Green+Blue) = 64+2+116=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 116 (45.70% from 255 or 63.74% from 182); Max value from RGB is 116 - color contains mainly: blue. Hex color #400274 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400274 is #BFFD8B. Grayscale: #212121. Windows color (decimal): -12582284 or 7602752. OLE color: 7602752.
HSL color Cylindrical-coordinate representation of color #400274: hue angle of 272.63º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400274 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 2 | 116 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.55 |
| HSL | 272.63º | 0.97% | 0.23% | - |
| HSV(B) | 272.63º | 0.98% | 0.45% | - |
| XYZ | 5.29 | 2.39 | 16.71 | - |
| YUV | 33.53 | 174.54 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 116 | 0.45 | 0.98 | 0 | 0.55 | 272.63 | 0.97 | 0.23 |
| Hex | 40 | 2 | 74 | 2D | 62 | 0 | 37 | 111 | 61 | 17 |
| Octal | 100 | 2 | 164 | 55 | 142 | 0 | 67 | 421 | 141 | 27 |
| Binary | 1000000 | 10 | 1110100 | 101101 | 1100010 | 0 | 110111 | 100010001 | 1100001 | 10111 |
Color Harmonies of #400274
Complementary color
Monochromatic Colors of #400274
Black with #400274
Text Example
Text Example
White with #400274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400274; }
p { color: rgb(64,2,116); }
H1.HeaderClassName
{
color: #400274;
}
.AnyTagClassName
{
color: #400274;
}
</style>
background-color css
<style>
a { background-color: #400274; }
a { background-color: rgb(64,2,116); }
div.DivClassName
{
background-color: #400274;
}
.BgClassName
{
background-color: #400274;
}
</style>
border-color css
<style>
span { border-color: #400274; }
span { border-color: rgb(64,2,116); }
td.TdClassName
{
border-color: #400274;
}
.TagClassName
{
border-color: #400274;
}
</style>