Shades of Indigo #461272
Tints of Indigo #461272
RGB
CMYK
RGB Variations
Color information
#461272 (or 0x461272) is known color: Indigo. HEX triplet: 46, 12 and 72. RGB value is (70,18,114). Sum of RGB (Red+Green+Blue) = 70+18+114=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #461272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461272 is #B9ED8D. Grayscale: #2C2C2C. Windows color (decimal): -12184974 or 7475782. OLE color: 7475782.
HSL color Cylindrical-coordinate representation of color #461272: hue angle of 272.5º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461272 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 18 | 114 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.55 |
| HSL | 272.5º | 0.73% | 0.26% | - |
| HSV(B) | 272.5º | 0.84% | 0.45% | - |
| XYZ | 5.78 | 2.95 | 16.18 | - |
| YUV | 44.49 | 167.23 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 114 | 0.39 | 0.84 | 0 | 0.55 | 272.5 | 0.73 | 0.26 |
| Hex | 46 | 12 | 72 | 27 | 54 | 0 | 37 | 110 | 49 | 1A |
| Octal | 106 | 22 | 162 | 47 | 124 | 0 | 67 | 420 | 111 | 32 |
| Binary | 1000110 | 10010 | 1110010 | 100111 | 1010100 | 0 | 110111 | 100010000 | 1001001 | 11010 |
Color Harmonies of #461272
Complementary color
Monochromatic Colors of #461272
Black with #461272
Text Example
Text Example
White with #461272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461272; }
p { color: rgb(70,18,114); }
H1.HeaderClassName
{
color: #461272;
}
.AnyTagClassName
{
color: #461272;
}
</style>
background-color css
<style>
a { background-color: #461272; }
a { background-color: rgb(70,18,114); }
div.DivClassName
{
background-color: #461272;
}
.BgClassName
{
background-color: #461272;
}
</style>
border-color css
<style>
span { border-color: #461272; }
span { border-color: rgb(70,18,114); }
td.TdClassName
{
border-color: #461272;
}
.TagClassName
{
border-color: #461272;
}
</style>