Shades of Indigo #461072
Tints of Indigo #461072
RGB
CMYK
RGB Variations
Color information
#461072 (or 0x461072) is known color: Indigo. HEX triplet: 46, 10 and 72. RGB value is (70,16,114). Sum of RGB (Red+Green+Blue) = 70+16+114=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #461072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461072 is #B9EF8D. Grayscale: #2A2A2A. Windows color (decimal): -12185486 or 7475270. OLE color: 7475270.
HSL color Cylindrical-coordinate representation of color #461072: hue angle of 273.06º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461072 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 16 | 114 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.55 |
| HSL | 273.06º | 0.75% | 0.25% | - |
| HSV(B) | 273.06º | 0.86% | 0.45% | - |
| XYZ | 5.75 | 2.89 | 16.17 | - |
| YUV | 43.32 | 167.89 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 114 | 0.39 | 0.86 | 0 | 0.55 | 273.06 | 0.75 | 0.25 |
| Hex | 46 | 10 | 72 | 27 | 56 | 0 | 37 | 111 | 4B | 19 |
| Octal | 106 | 20 | 162 | 47 | 126 | 0 | 67 | 421 | 113 | 31 |
| Binary | 1000110 | 10000 | 1110010 | 100111 | 1010110 | 0 | 110111 | 100010001 | 1001011 | 11001 |
Color Harmonies of #461072
Complementary color
Monochromatic Colors of #461072
Black with #461072
Text Example
Text Example
White with #461072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461072; }
p { color: rgb(70,16,114); }
H1.HeaderClassName
{
color: #461072;
}
.AnyTagClassName
{
color: #461072;
}
</style>
background-color css
<style>
a { background-color: #461072; }
a { background-color: rgb(70,16,114); }
div.DivClassName
{
background-color: #461072;
}
.BgClassName
{
background-color: #461072;
}
</style>
border-color css
<style>
span { border-color: #461072; }
span { border-color: rgb(70,16,114); }
td.TdClassName
{
border-color: #461072;
}
.TagClassName
{
border-color: #461072;
}
</style>