Shades of Indigo #430DA9
Tints of Indigo #430DA9
RGB
CMYK
RGB Variations
Color information
#430DA9 (or 0x430DA9) is known color: Indigo. HEX triplet: 43, 0D and A9. RGB value is (67,13,169). Sum of RGB (Red+Green+Blue) = 67+13+169=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 169 (66.41% from 255 or 67.87% from 249); Max value from RGB is 169 - color contains mainly: blue. Hex color #430DA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430DA9 is #BCF256. Grayscale: #2E2E2E. Windows color (decimal): -12382807 or 11078979. OLE color: 11078979.
HSL color Cylindrical-coordinate representation of color #430DA9: hue angle of 260.77º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430DA9 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 67 | 13 | 169 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.34 |
| HSL | 260.77º | 0.86% | 0.36% | - |
| HSV(B) | 260.77º | 0.92% | 0.66% | - |
| XYZ | 9.62 | 4.35 | 37.87 | - |
| YUV | 46.93 | 196.89 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 169 | 0.60 | 0.92 | 0 | 0.34 | 260.77 | 0.86 | 0.36 |
| Hex | 43 | D | A9 | 3C | 5C | 0 | 22 | 105 | 56 | 24 |
| Octal | 103 | 15 | 251 | 74 | 134 | 0 | 42 | 405 | 126 | 44 |
| Binary | 1000011 | 1101 | 10101001 | 111100 | 1011100 | 0 | 100010 | 100000101 | 1010110 | 100100 |
Color Harmonies of #430DA9
Complementary color
Monochromatic Colors of #430DA9
Black with #430DA9
Text Example
Text Example
White with #430DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DA9; }
p { color: rgb(67,13,169); }
H1.HeaderClassName
{
color: #430DA9;
}
.AnyTagClassName
{
color: #430DA9;
}
</style>
background-color css
<style>
a { background-color: #430DA9; }
a { background-color: rgb(67,13,169); }
div.DivClassName
{
background-color: #430DA9;
}
.BgClassName
{
background-color: #430DA9;
}
</style>
border-color css
<style>
span { border-color: #430DA9; }
span { border-color: rgb(67,13,169); }
td.TdClassName
{
border-color: #430DA9;
}
.TagClassName
{
border-color: #430DA9;
}
</style>