Shades of Indigo #430D70
Tints of Indigo #430D70
RGB
CMYK
RGB Variations
Color information
#430D70 (or 0x430D70) is known color: Indigo. HEX triplet: 43, 0D and 70. RGB value is (67,13,112). Sum of RGB (Red+Green+Blue) = 67+13+112=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #430D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D70 is #BCF28F. Grayscale: #282828. Windows color (decimal): -12382864 or 7343427. OLE color: 7343427.
HSL color Cylindrical-coordinate representation of color #430D70: hue angle of 272.73º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430D70 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 13 | 112 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.56 |
| HSL | 272.73º | 0.79% | 0.25% | - |
| HSV(B) | 272.73º | 0.88% | 0.44% | - |
| XYZ | 5.38 | 2.65 | 15.56 | - |
| YUV | 40.43 | 168.39 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 112 | 0.40 | 0.88 | 0 | 0.56 | 272.73 | 0.79 | 0.25 |
| Hex | 43 | D | 70 | 28 | 58 | 0 | 38 | 111 | 4F | 19 |
| Octal | 103 | 15 | 160 | 50 | 130 | 0 | 70 | 421 | 117 | 31 |
| Binary | 1000011 | 1101 | 1110000 | 101000 | 1011000 | 0 | 111000 | 100010001 | 1001111 | 11001 |
Color Harmonies of #430D70
Complementary color
Monochromatic Colors of #430D70
Black with #430D70
Text Example
Text Example
White with #430D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D70; }
p { color: rgb(67,13,112); }
H1.HeaderClassName
{
color: #430D70;
}
.AnyTagClassName
{
color: #430D70;
}
</style>
background-color css
<style>
a { background-color: #430D70; }
a { background-color: rgb(67,13,112); }
div.DivClassName
{
background-color: #430D70;
}
.BgClassName
{
background-color: #430D70;
}
</style>
border-color css
<style>
span { border-color: #430D70; }
span { border-color: rgb(67,13,112); }
td.TdClassName
{
border-color: #430D70;
}
.TagClassName
{
border-color: #430D70;
}
</style>