Shades of Indigo #430E93
Tints of Indigo #430E93
RGB
CMYK
RGB Variations
Color information
#430E93 (or 0x430E93) is known color: Indigo. HEX triplet: 43, 0E and 93. RGB value is (67,14,147). Sum of RGB (Red+Green+Blue) = 67+14+147=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #430E93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430E93 is #BCF16C. Grayscale: #2C2C2C. Windows color (decimal): -12382573 or 9637443. OLE color: 9637443.
HSL color Cylindrical-coordinate representation of color #430E93: hue angle of 263.91º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430E93 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 14 | 147 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.42 |
| HSL | 263.91º | 0.83% | 0.32% | - |
| HSV(B) | 263.91º | 0.9% | 0.58% | - |
| XYZ | 7.74 | 3.61 | 27.89 | - |
| YUV | 45.01 | 185.56 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 147 | 0.54 | 0.90 | 0 | 0.42 | 263.91 | 0.83 | 0.32 |
| Hex | 43 | E | 93 | 36 | 5A | 0 | 2A | 108 | 53 | 20 |
| Octal | 103 | 16 | 223 | 66 | 132 | 0 | 52 | 410 | 123 | 40 |
| Binary | 1000011 | 1110 | 10010011 | 110110 | 1011010 | 0 | 101010 | 100001000 | 1010011 | 100000 |
Color Harmonies of #430E93
Complementary color
Monochromatic Colors of #430E93
Black with #430E93
Text Example
Text Example
White with #430E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E93; }
p { color: rgb(67,14,147); }
H1.HeaderClassName
{
color: #430E93;
}
.AnyTagClassName
{
color: #430E93;
}
</style>
background-color css
<style>
a { background-color: #430E93; }
a { background-color: rgb(67,14,147); }
div.DivClassName
{
background-color: #430E93;
}
.BgClassName
{
background-color: #430E93;
}
</style>
border-color css
<style>
span { border-color: #430E93; }
span { border-color: rgb(67,14,147); }
td.TdClassName
{
border-color: #430E93;
}
.TagClassName
{
border-color: #430E93;
}
</style>