Shades of Indigo #430D99
Tints of Indigo #430D99
RGB
CMYK
RGB Variations
Color information
#430D99 (or 0x430D99) is known color: Indigo. HEX triplet: 43, 0D and 99. RGB value is (67,13,153). Sum of RGB (Red+Green+Blue) = 67+13+153=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #430D99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430D99 is #BCF266. Grayscale: #2C2C2C. Windows color (decimal): -12382823 or 10030403. OLE color: 10030403.
HSL color Cylindrical-coordinate representation of color #430D99: hue angle of 263.14º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430D99 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 13 | 153 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.4 |
| HSL | 263.14º | 0.84% | 0.33% | - |
| HSV(B) | 263.14º | 0.92% | 0.6% | - |
| XYZ | 8.21 | 3.78 | 30.43 | - |
| YUV | 45.11 | 188.89 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 153 | 0.56 | 0.92 | 0 | 0.4 | 263.14 | 0.84 | 0.33 |
| Hex | 43 | D | 99 | 38 | 5C | 0 | 28 | 107 | 54 | 21 |
| Octal | 103 | 15 | 231 | 70 | 134 | 0 | 50 | 407 | 124 | 41 |
| Binary | 1000011 | 1101 | 10011001 | 111000 | 1011100 | 0 | 101000 | 100000111 | 1010100 | 100001 |
Color Harmonies of #430D99
Complementary color
Monochromatic Colors of #430D99
Black with #430D99
Text Example
Text Example
White with #430D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D99; }
p { color: rgb(67,13,153); }
H1.HeaderClassName
{
color: #430D99;
}
.AnyTagClassName
{
color: #430D99;
}
</style>
background-color css
<style>
a { background-color: #430D99; }
a { background-color: rgb(67,13,153); }
div.DivClassName
{
background-color: #430D99;
}
.BgClassName
{
background-color: #430D99;
}
</style>
border-color css
<style>
span { border-color: #430D99; }
span { border-color: rgb(67,13,153); }
td.TdClassName
{
border-color: #430D99;
}
.TagClassName
{
border-color: #430D99;
}
</style>