Shades of Indigo #461474
Tints of Indigo #461474
RGB
CMYK
RGB Variations
Color information
#461474 (or 0x461474) is known color: Indigo. HEX triplet: 46, 14 and 74. RGB value is (70,20,116). Sum of RGB (Red+Green+Blue) = 70+20+116=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #461474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461474 is #B9EB8B. Grayscale: #2D2D2D. Windows color (decimal): -12184460 or 7607366. OLE color: 7607366.
HSL color Cylindrical-coordinate representation of color #461474: hue angle of 271.25º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #461474 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 20 | 116 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.55 |
| HSL | 271.25º | 0.71% | 0.27% | - |
| HSV(B) | 271.25º | 0.83% | 0.45% | - |
| XYZ | 5.93 | 3.06 | 16.8 | - |
| YUV | 45.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 116 | 0.40 | 0.83 | 0 | 0.55 | 271.25 | 0.71 | 0.27 |
| Hex | 46 | 14 | 74 | 28 | 53 | 0 | 37 | 10F | 47 | 1B |
| Octal | 106 | 24 | 164 | 50 | 123 | 0 | 67 | 417 | 107 | 33 |
| Binary | 1000110 | 10100 | 1110100 | 101000 | 1010011 | 0 | 110111 | 100001111 | 1000111 | 11011 |
Color Harmonies of #461474
Complementary color
Monochromatic Colors of #461474
Black with #461474
Text Example
Text Example
White with #461474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461474; }
p { color: rgb(70,20,116); }
H1.HeaderClassName
{
color: #461474;
}
.AnyTagClassName
{
color: #461474;
}
</style>
background-color css
<style>
a { background-color: #461474; }
a { background-color: rgb(70,20,116); }
div.DivClassName
{
background-color: #461474;
}
.BgClassName
{
background-color: #461474;
}
</style>
border-color css
<style>
span { border-color: #461474; }
span { border-color: rgb(70,20,116); }
td.TdClassName
{
border-color: #461474;
}
.TagClassName
{
border-color: #461474;
}
</style>