Shades of Indigo #430E8B
Tints of Indigo #430E8B
RGB
CMYK
RGB Variations
Color information
#430E8B (or 0x430E8B) is known color: Indigo. HEX triplet: 43, 0E and 8B. RGB value is (67,14,139). Sum of RGB (Red+Green+Blue) = 67+14+139=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #430E8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430E8B is #BCF174. Grayscale: #2B2B2B. Windows color (decimal): -12382581 or 9113155. OLE color: 9113155.
HSL color Cylindrical-coordinate representation of color #430E8B: hue angle of 265.44º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430E8B is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 14 | 139 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.45 |
| HSL | 265.44º | 0.82% | 0.3% | - |
| HSV(B) | 265.44º | 0.9% | 0.55% | - |
| XYZ | 7.13 | 3.37 | 24.7 | - |
| YUV | 44.1 | 181.56 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 139 | 0.52 | 0.90 | 0 | 0.45 | 265.44 | 0.82 | 0.3 |
| Hex | 43 | E | 8B | 34 | 5A | 0 | 2D | 109 | 52 | 1E |
| Octal | 103 | 16 | 213 | 64 | 132 | 0 | 55 | 411 | 122 | 36 |
| Binary | 1000011 | 1110 | 10001011 | 110100 | 1011010 | 0 | 101101 | 100001001 | 1010010 | 11110 |
Color Harmonies of #430E8B
Complementary color
Monochromatic Colors of #430E8B
Black with #430E8B
Text Example
Text Example
White with #430E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E8B; }
p { color: rgb(67,14,139); }
H1.HeaderClassName
{
color: #430E8B;
}
.AnyTagClassName
{
color: #430E8B;
}
</style>
background-color css
<style>
a { background-color: #430E8B; }
a { background-color: rgb(67,14,139); }
div.DivClassName
{
background-color: #430E8B;
}
.BgClassName
{
background-color: #430E8B;
}
</style>
border-color css
<style>
span { border-color: #430E8B; }
span { border-color: rgb(67,14,139); }
td.TdClassName
{
border-color: #430E8B;
}
.TagClassName
{
border-color: #430E8B;
}
</style>