Shades of Indigo #461387
Tints of Indigo #461387
RGB
CMYK
RGB Variations
Color information
#461387 (or 0x461387) is known color: Indigo. HEX triplet: 46, 13 and 87. RGB value is (70,19,135). Sum of RGB (Red+Green+Blue) = 70+19+135=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #461387 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461387 is #B9EC78. Grayscale: #2F2F2F. Windows color (decimal): -12184697 or 8852294. OLE color: 8852294.
HSL color Cylindrical-coordinate representation of color #461387: hue angle of 266.38º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461387 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 19 | 135 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.47 |
| HSL | 266.38º | 0.75% | 0.3% | - |
| HSV(B) | 266.38º | 0.86% | 0.53% | - |
| XYZ | 7.13 | 3.52 | 23.22 | - |
| YUV | 47.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 135 | 0.48 | 0.86 | 0 | 0.47 | 266.38 | 0.75 | 0.3 |
| Hex | 46 | 13 | 87 | 30 | 56 | 0 | 2F | 10A | 4B | 1E |
| Octal | 106 | 23 | 207 | 60 | 126 | 0 | 57 | 412 | 113 | 36 |
| Binary | 1000110 | 10011 | 10000111 | 110000 | 1010110 | 0 | 101111 | 100001010 | 1001011 | 11110 |
Color Harmonies of #461387
Complementary color
Monochromatic Colors of #461387
Black with #461387
Text Example
Text Example
White with #461387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461387; }
p { color: rgb(70,19,135); }
H1.HeaderClassName
{
color: #461387;
}
.AnyTagClassName
{
color: #461387;
}
</style>
background-color css
<style>
a { background-color: #461387; }
a { background-color: rgb(70,19,135); }
div.DivClassName
{
background-color: #461387;
}
.BgClassName
{
background-color: #461387;
}
</style>
border-color css
<style>
span { border-color: #461387; }
span { border-color: rgb(70,19,135); }
td.TdClassName
{
border-color: #461387;
}
.TagClassName
{
border-color: #461387;
}
</style>