Shades of Indigo #430D7D
Tints of Indigo #430D7D
RGB
CMYK
RGB Variations
Color information
#430D7D (or 0x430D7D) is known color: Indigo. HEX triplet: 43, 0D and 7D. RGB value is (67,13,125). Sum of RGB (Red+Green+Blue) = 67+13+125=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #430D7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D7D is #BCF282. Grayscale: #292929. Windows color (decimal): -12382851 or 8195395. OLE color: 8195395.
HSL color Cylindrical-coordinate representation of color #430D7D: hue angle of 268.93º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430D7D is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 13 | 125 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.51 |
| HSL | 268.93º | 0.81% | 0.27% | - |
| HSV(B) | 268.93º | 0.9% | 0.49% | - |
| XYZ | 6.16 | 2.96 | 19.65 | - |
| YUV | 41.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 125 | 0.46 | 0.90 | 0 | 0.51 | 268.93 | 0.81 | 0.27 |
| Hex | 43 | D | 7D | 2E | 5A | 0 | 33 | 10D | 51 | 1B |
| Octal | 103 | 15 | 175 | 56 | 132 | 0 | 63 | 415 | 121 | 33 |
| Binary | 1000011 | 1101 | 1111101 | 101110 | 1011010 | 0 | 110011 | 100001101 | 1010001 | 11011 |
Color Harmonies of #430D7D
Complementary color
Monochromatic Colors of #430D7D
Black with #430D7D
Text Example
Text Example
White with #430D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D7D; }
p { color: rgb(67,13,125); }
H1.HeaderClassName
{
color: #430D7D;
}
.AnyTagClassName
{
color: #430D7D;
}
</style>
background-color css
<style>
a { background-color: #430D7D; }
a { background-color: rgb(67,13,125); }
div.DivClassName
{
background-color: #430D7D;
}
.BgClassName
{
background-color: #430D7D;
}
</style>
border-color css
<style>
span { border-color: #430D7D; }
span { border-color: rgb(67,13,125); }
td.TdClassName
{
border-color: #430D7D;
}
.TagClassName
{
border-color: #430D7D;
}
</style>