Shades of Indigo #430D77
Tints of Indigo #430D77
RGB
CMYK
RGB Variations
Color information
#430D77 (or 0x430D77) is known color: Indigo. HEX triplet: 43, 0D and 77. RGB value is (67,13,119). Sum of RGB (Red+Green+Blue) = 67+13+119=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #430D77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D77 is #BCF288. Grayscale: #282828. Windows color (decimal): -12382857 or 7802179. OLE color: 7802179.
HSL color Cylindrical-coordinate representation of color #430D77: hue angle of 270.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430D77 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 13 | 119 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.53 |
| HSL | 270.57º | 0.8% | 0.26% | - |
| HSV(B) | 270.57º | 0.89% | 0.47% | - |
| XYZ | 5.79 | 2.81 | 17.69 | - |
| YUV | 41.23 | 171.89 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 119 | 0.44 | 0.89 | 0 | 0.53 | 270.57 | 0.8 | 0.26 |
| Hex | 43 | D | 77 | 2C | 59 | 0 | 35 | 10F | 50 | 1A |
| Octal | 103 | 15 | 167 | 54 | 131 | 0 | 65 | 417 | 120 | 32 |
| Binary | 1000011 | 1101 | 1110111 | 101100 | 1011001 | 0 | 110101 | 100001111 | 1010000 | 11010 |
Color Harmonies of #430D77
Complementary color
Monochromatic Colors of #430D77
Black with #430D77
Text Example
Text Example
White with #430D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D77; }
p { color: rgb(67,13,119); }
H1.HeaderClassName
{
color: #430D77;
}
.AnyTagClassName
{
color: #430D77;
}
</style>
background-color css
<style>
a { background-color: #430D77; }
a { background-color: rgb(67,13,119); }
div.DivClassName
{
background-color: #430D77;
}
.BgClassName
{
background-color: #430D77;
}
</style>
border-color css
<style>
span { border-color: #430D77; }
span { border-color: rgb(67,13,119); }
td.TdClassName
{
border-color: #430D77;
}
.TagClassName
{
border-color: #430D77;
}
</style>