Shades of Indigo #431194
Tints of Indigo #431194
RGB
CMYK
RGB Variations
Color information
#431194 (or 0x431194) is known color: Indigo. HEX triplet: 43, 11 and 94. RGB value is (67,17,148). Sum of RGB (Red+Green+Blue) = 67+17+148=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #431194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431194 is #BCEE6B. Grayscale: #2E2E2E. Windows color (decimal): -12381804 or 9703747. OLE color: 9703747.
HSL color Cylindrical-coordinate representation of color #431194: hue angle of 262.9º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #431194 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 17 | 148 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.42 |
| HSL | 262.9º | 0.79% | 0.32% | - |
| HSV(B) | 262.9º | 0.89% | 0.58% | - |
| XYZ | 7.86 | 3.73 | 28.32 | - |
| YUV | 46.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 148 | 0.55 | 0.89 | 0 | 0.42 | 262.9 | 0.79 | 0.32 |
| Hex | 43 | 11 | 94 | 37 | 59 | 0 | 2A | 107 | 4F | 20 |
| Octal | 103 | 21 | 224 | 67 | 131 | 0 | 52 | 407 | 117 | 40 |
| Binary | 1000011 | 10001 | 10010100 | 110111 | 1011001 | 0 | 101010 | 100000111 | 1001111 | 100000 |
Color Harmonies of #431194
Complementary color
Monochromatic Colors of #431194
Black with #431194
Text Example
Text Example
White with #431194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431194; }
p { color: rgb(67,17,148); }
H1.HeaderClassName
{
color: #431194;
}
.AnyTagClassName
{
color: #431194;
}
</style>
background-color css
<style>
a { background-color: #431194; }
a { background-color: rgb(67,17,148); }
div.DivClassName
{
background-color: #431194;
}
.BgClassName
{
background-color: #431194;
}
</style>
border-color css
<style>
span { border-color: #431194; }
span { border-color: rgb(67,17,148); }
td.TdClassName
{
border-color: #431194;
}
.TagClassName
{
border-color: #431194;
}
</style>