Shades of Indigo #431093
Tints of Indigo #431093
RGB
CMYK
RGB Variations
Color information
#431093 (or 0x431093) is known color: Indigo. HEX triplet: 43, 10 and 93. RGB value is (67,16,147). Sum of RGB (Red+Green+Blue) = 67+16+147=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #431093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431093 is #BCEF6C. Grayscale: #2D2D2D. Windows color (decimal): -12382061 or 9637955. OLE color: 9637955.
HSL color Cylindrical-coordinate representation of color #431093: hue angle of 263.36º degrees, saturation: 0.8, 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 #431093 is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 16 | 147 | - |
| CMYK | 0.54 | 0.89 | 0 | 0.42 |
| HSL | 263.36º | 0.8% | 0.32% | - |
| HSV(B) | 263.36º | 0.89% | 0.58% | - |
| XYZ | 7.77 | 3.67 | 27.9 | - |
| YUV | 46.18 | 184.9 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 147 | 0.54 | 0.89 | 0 | 0.42 | 263.36 | 0.8 | 0.32 |
| Hex | 43 | 10 | 93 | 36 | 59 | 0 | 2A | 107 | 50 | 20 |
| Octal | 103 | 20 | 223 | 66 | 131 | 0 | 52 | 407 | 120 | 40 |
| Binary | 1000011 | 10000 | 10010011 | 110110 | 1011001 | 0 | 101010 | 100000111 | 1010000 | 100000 |
Color Harmonies of #431093
Complementary color
Monochromatic Colors of #431093
Black with #431093
Text Example
Text Example
White with #431093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431093; }
p { color: rgb(67,16,147); }
H1.HeaderClassName
{
color: #431093;
}
.AnyTagClassName
{
color: #431093;
}
</style>
background-color css
<style>
a { background-color: #431093; }
a { background-color: rgb(67,16,147); }
div.DivClassName
{
background-color: #431093;
}
.BgClassName
{
background-color: #431093;
}
</style>
border-color css
<style>
span { border-color: #431093; }
span { border-color: rgb(67,16,147); }
td.TdClassName
{
border-color: #431093;
}
.TagClassName
{
border-color: #431093;
}
</style>