Shades of Indigo #430D73
Tints of Indigo #430D73
RGB
CMYK
RGB Variations
Color information
#430D73 (or 0x430D73) is known color: Indigo. HEX triplet: 43, 0D and 73. RGB value is (67,13,115). Sum of RGB (Red+Green+Blue) = 67+13+115=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #430D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D73 is #BCF28C. Grayscale: #282828. Windows color (decimal): -12382861 or 7540035. OLE color: 7540035.
HSL color Cylindrical-coordinate representation of color #430D73: hue angle of 271.76º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430D73 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 13 | 115 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.55 |
| HSL | 271.76º | 0.8% | 0.25% | - |
| HSV(B) | 271.76º | 0.89% | 0.45% | - |
| XYZ | 5.55 | 2.72 | 16.45 | - |
| YUV | 40.77 | 169.89 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 115 | 0.42 | 0.89 | 0 | 0.55 | 271.76 | 0.8 | 0.25 |
| Hex | 43 | D | 73 | 2A | 59 | 0 | 37 | 110 | 50 | 19 |
| Octal | 103 | 15 | 163 | 52 | 131 | 0 | 67 | 420 | 120 | 31 |
| Binary | 1000011 | 1101 | 1110011 | 101010 | 1011001 | 0 | 110111 | 100010000 | 1010000 | 11001 |
Color Harmonies of #430D73
Complementary color
Monochromatic Colors of #430D73
Black with #430D73
Text Example
Text Example
White with #430D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D73; }
p { color: rgb(67,13,115); }
H1.HeaderClassName
{
color: #430D73;
}
.AnyTagClassName
{
color: #430D73;
}
</style>
background-color css
<style>
a { background-color: #430D73; }
a { background-color: rgb(67,13,115); }
div.DivClassName
{
background-color: #430D73;
}
.BgClassName
{
background-color: #430D73;
}
</style>
border-color css
<style>
span { border-color: #430D73; }
span { border-color: rgb(67,13,115); }
td.TdClassName
{
border-color: #430D73;
}
.TagClassName
{
border-color: #430D73;
}
</style>