Shades of Indigo #430D7C
Tints of Indigo #430D7C
RGB
CMYK
RGB Variations
Color information
#430D7C (or 0x430D7C) is known color: Indigo. HEX triplet: 43, 0D and 7C. RGB value is (67,13,124). Sum of RGB (Red+Green+Blue) = 67+13+124=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #430D7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D7C is #BCF283. Grayscale: #292929. Windows color (decimal): -12382852 or 8129859. OLE color: 8129859.
HSL color Cylindrical-coordinate representation of color #430D7C: hue angle of 269.19º 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 #430D7C is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 13 | 124 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.51 |
| HSL | 269.19º | 0.81% | 0.27% | - |
| HSV(B) | 269.19º | 0.9% | 0.49% | - |
| XYZ | 6.1 | 2.94 | 19.31 | - |
| YUV | 41.8 | 174.39 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 124 | 0.46 | 0.90 | 0 | 0.51 | 269.19 | 0.81 | 0.27 |
| Hex | 43 | D | 7C | 2E | 5A | 0 | 33 | 10D | 51 | 1B |
| Octal | 103 | 15 | 174 | 56 | 132 | 0 | 63 | 415 | 121 | 33 |
| Binary | 1000011 | 1101 | 1111100 | 101110 | 1011010 | 0 | 110011 | 100001101 | 1010001 | 11011 |
Color Harmonies of #430D7C
Complementary color
Monochromatic Colors of #430D7C
Black with #430D7C
Text Example
Text Example
White with #430D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D7C; }
p { color: rgb(67,13,124); }
H1.HeaderClassName
{
color: #430D7C;
}
.AnyTagClassName
{
color: #430D7C;
}
</style>
background-color css
<style>
a { background-color: #430D7C; }
a { background-color: rgb(67,13,124); }
div.DivClassName
{
background-color: #430D7C;
}
.BgClassName
{
background-color: #430D7C;
}
</style>
border-color css
<style>
span { border-color: #430D7C; }
span { border-color: rgb(67,13,124); }
td.TdClassName
{
border-color: #430D7C;
}
.TagClassName
{
border-color: #430D7C;
}
</style>