Shades of Indigo #430A70
Tints of Indigo #430A70
RGB
CMYK
RGB Variations
Color information
#430A70 (or 0x430A70) is known color: Indigo. HEX triplet: 43, 0A and 70. RGB value is (67,10,112). Sum of RGB (Red+Green+Blue) = 67+10+112=189 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.45% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #430A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430A70 is #BCF58F. Grayscale: #262626. Windows color (decimal): -12383632 or 7342659. OLE color: 7342659.
HSL color Cylindrical-coordinate representation of color #430A70: hue angle of 273.53º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430A70 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 10 | 112 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.56 |
| HSL | 273.53º | 0.84% | 0.24% | - |
| HSV(B) | 273.53º | 0.91% | 0.44% | - |
| XYZ | 5.35 | 2.58 | 15.55 | - |
| YUV | 38.67 | 169.38 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 112 | 0.40 | 0.91 | 0 | 0.56 | 273.53 | 0.84 | 0.24 |
| Hex | 43 | A | 70 | 28 | 5B | 0 | 38 | 112 | 54 | 18 |
| Octal | 103 | 12 | 160 | 50 | 133 | 0 | 70 | 422 | 124 | 30 |
| Binary | 1000011 | 1010 | 1110000 | 101000 | 1011011 | 0 | 111000 | 100010010 | 1010100 | 11000 |
Color Harmonies of #430A70
Complementary color
Monochromatic Colors of #430A70
Black with #430A70
Text Example
Text Example
White with #430A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430A70; }
p { color: rgb(67,10,112); }
H1.HeaderClassName
{
color: #430A70;
}
.AnyTagClassName
{
color: #430A70;
}
</style>
background-color css
<style>
a { background-color: #430A70; }
a { background-color: rgb(67,10,112); }
div.DivClassName
{
background-color: #430A70;
}
.BgClassName
{
background-color: #430A70;
}
</style>
border-color css
<style>
span { border-color: #430A70; }
span { border-color: rgb(67,10,112); }
td.TdClassName
{
border-color: #430A70;
}
.TagClassName
{
border-color: #430A70;
}
</style>