Shades of Indigo #430DA1
Tints of Indigo #430DA1
RGB
CMYK
RGB Variations
Color information
#430DA1 (or 0x430DA1) is known color: Indigo. HEX triplet: 43, 0D and A1. RGB value is (67,13,161). Sum of RGB (Red+Green+Blue) = 67+13+161=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 161 (63.28% from 255 or 66.80% from 241); Max value from RGB is 161 - color contains mainly: blue. Hex color #430DA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430DA1 is #BCF25E. Grayscale: #2D2D2D. Windows color (decimal): -12382815 or 10554691. OLE color: 10554691.
HSL color Cylindrical-coordinate representation of color #430DA1: hue angle of 261.89º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430DA1 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 13 | 161 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.37 |
| HSL | 261.89º | 0.85% | 0.34% | - |
| HSV(B) | 261.89º | 0.92% | 0.63% | - |
| XYZ | 8.89 | 4.05 | 34.03 | - |
| YUV | 46.02 | 192.89 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 161 | 0.58 | 0.92 | 0 | 0.37 | 261.89 | 0.85 | 0.34 |
| Hex | 43 | D | A1 | 3A | 5C | 0 | 25 | 106 | 55 | 22 |
| Octal | 103 | 15 | 241 | 72 | 134 | 0 | 45 | 406 | 125 | 42 |
| Binary | 1000011 | 1101 | 10100001 | 111010 | 1011100 | 0 | 100101 | 100000110 | 1010101 | 100010 |
Color Harmonies of #430DA1
Complementary color
Monochromatic Colors of #430DA1
Black with #430DA1
Text Example
Text Example
White with #430DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DA1; }
p { color: rgb(67,13,161); }
H1.HeaderClassName
{
color: #430DA1;
}
.AnyTagClassName
{
color: #430DA1;
}
</style>
background-color css
<style>
a { background-color: #430DA1; }
a { background-color: rgb(67,13,161); }
div.DivClassName
{
background-color: #430DA1;
}
.BgClassName
{
background-color: #430DA1;
}
</style>
border-color css
<style>
span { border-color: #430DA1; }
span { border-color: rgb(67,13,161); }
td.TdClassName
{
border-color: #430DA1;
}
.TagClassName
{
border-color: #430DA1;
}
</style>