Shades of Indigo #430D76
Tints of Indigo #430D76
RGB
CMYK
RGB Variations
Color information
#430D76 (or 0x430D76) is known color: Indigo. HEX triplet: 43, 0D and 76. RGB value is (67,13,118). Sum of RGB (Red+Green+Blue) = 67+13+118=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #430D76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D76 is #BCF289. Grayscale: #282828. Windows color (decimal): -12382858 or 7736643. OLE color: 7736643.
HSL color Cylindrical-coordinate representation of color #430D76: hue angle of 270.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430D76 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 13 | 118 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.54 |
| HSL | 270.86º | 0.8% | 0.26% | - |
| HSV(B) | 270.86º | 0.89% | 0.46% | - |
| XYZ | 5.73 | 2.79 | 17.38 | - |
| YUV | 41.12 | 171.39 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 118 | 0.43 | 0.89 | 0 | 0.54 | 270.86 | 0.8 | 0.26 |
| Hex | 43 | D | 76 | 2B | 59 | 0 | 36 | 10F | 50 | 1A |
| Octal | 103 | 15 | 166 | 53 | 131 | 0 | 66 | 417 | 120 | 32 |
| Binary | 1000011 | 1101 | 1110110 | 101011 | 1011001 | 0 | 110110 | 100001111 | 1010000 | 11010 |
Color Harmonies of #430D76
Complementary color
Monochromatic Colors of #430D76
Black with #430D76
Text Example
Text Example
White with #430D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D76; }
p { color: rgb(67,13,118); }
H1.HeaderClassName
{
color: #430D76;
}
.AnyTagClassName
{
color: #430D76;
}
</style>
background-color css
<style>
a { background-color: #430D76; }
a { background-color: rgb(67,13,118); }
div.DivClassName
{
background-color: #430D76;
}
.BgClassName
{
background-color: #430D76;
}
</style>
border-color css
<style>
span { border-color: #430D76; }
span { border-color: rgb(67,13,118); }
td.TdClassName
{
border-color: #430D76;
}
.TagClassName
{
border-color: #430D76;
}
</style>