Shades of Indigo #430C70
Tints of Indigo #430C70
RGB
CMYK
RGB Variations
Color information
#430C70 (or 0x430C70) is known color: Indigo. HEX triplet: 43, 0C and 70. RGB value is (67,12,112). Sum of RGB (Red+Green+Blue) = 67+12+112=191 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.08% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #430C70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430C70 is #BCF38F. Grayscale: #272727. Windows color (decimal): -12383120 or 7343171. OLE color: 7343171.
HSL color Cylindrical-coordinate representation of color #430C70: hue angle of 273º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430C70 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 12 | 112 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.56 |
| HSL | 273º | 0.81% | 0.24% | - |
| HSV(B) | 273º | 0.89% | 0.44% | - |
| XYZ | 5.37 | 2.63 | 15.55 | - |
| YUV | 39.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 112 | 0.40 | 0.89 | 0 | 0.56 | 273 | 0.81 | 0.24 |
| Hex | 43 | C | 70 | 28 | 59 | 0 | 38 | 111 | 51 | 18 |
| Octal | 103 | 14 | 160 | 50 | 131 | 0 | 70 | 421 | 121 | 30 |
| Binary | 1000011 | 1100 | 1110000 | 101000 | 1011001 | 0 | 111000 | 100010001 | 1010001 | 11000 |
Color Harmonies of #430C70
Complementary color
Monochromatic Colors of #430C70
Black with #430C70
Text Example
Text Example
White with #430C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C70; }
p { color: rgb(67,12,112); }
H1.HeaderClassName
{
color: #430C70;
}
.AnyTagClassName
{
color: #430C70;
}
</style>
background-color css
<style>
a { background-color: #430C70; }
a { background-color: rgb(67,12,112); }
div.DivClassName
{
background-color: #430C70;
}
.BgClassName
{
background-color: #430C70;
}
</style>
border-color css
<style>
span { border-color: #430C70; }
span { border-color: rgb(67,12,112); }
td.TdClassName
{
border-color: #430C70;
}
.TagClassName
{
border-color: #430C70;
}
</style>