Shades of Indigo #431193
Tints of Indigo #431193
RGB
CMYK
RGB Variations
Color information
#431193 (or 0x431193) is known color: Indigo. HEX triplet: 43, 11 and 93. RGB value is (67,17,147). Sum of RGB (Red+Green+Blue) = 67+17+147=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #431193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431193 is #BCEE6C. Grayscale: #2E2E2E. Windows color (decimal): -12381805 or 9638211. OLE color: 9638211.
HSL color Cylindrical-coordinate representation of color #431193: hue angle of 263.08º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431193 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 17 | 147 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.42 |
| HSL | 263.08º | 0.79% | 0.32% | - |
| HSV(B) | 263.08º | 0.88% | 0.58% | - |
| XYZ | 7.78 | 3.7 | 27.91 | - |
| YUV | 46.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 147 | 0.54 | 0.88 | 0 | 0.42 | 263.08 | 0.79 | 0.32 |
| Hex | 43 | 11 | 93 | 36 | 58 | 0 | 2A | 107 | 4F | 20 |
| Octal | 103 | 21 | 223 | 66 | 130 | 0 | 52 | 407 | 117 | 40 |
| Binary | 1000011 | 10001 | 10010011 | 110110 | 1011000 | 0 | 101010 | 100000111 | 1001111 | 100000 |
Color Harmonies of #431193
Complementary color
Monochromatic Colors of #431193
Black with #431193
Text Example
Text Example
White with #431193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431193; }
p { color: rgb(67,17,147); }
H1.HeaderClassName
{
color: #431193;
}
.AnyTagClassName
{
color: #431193;
}
</style>
background-color css
<style>
a { background-color: #431193; }
a { background-color: rgb(67,17,147); }
div.DivClassName
{
background-color: #431193;
}
.BgClassName
{
background-color: #431193;
}
</style>
border-color css
<style>
span { border-color: #431193; }
span { border-color: rgb(67,17,147); }
td.TdClassName
{
border-color: #431193;
}
.TagClassName
{
border-color: #431193;
}
</style>