Shades of Indigo #430F70
Tints of Indigo #430F70
RGB
CMYK
RGB Variations
Color information
#430F70 (or 0x430F70) is known color: Indigo. HEX triplet: 43, 0F and 70. RGB value is (67,15,112). Sum of RGB (Red+Green+Blue) = 67+15+112=194 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.54% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #430F70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430F70 is #BCF08F. Grayscale: #292929. Windows color (decimal): -12382352 or 7343939. OLE color: 7343939.
HSL color Cylindrical-coordinate representation of color #430F70: hue angle of 272.16º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #430F70 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 15 | 112 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.56 |
| HSL | 272.16º | 0.76% | 0.25% | - |
| HSV(B) | 272.16º | 0.87% | 0.44% | - |
| XYZ | 5.41 | 2.7 | 15.57 | - |
| YUV | 41.61 | 167.73 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 112 | 0.40 | 0.87 | 0 | 0.56 | 272.16 | 0.76 | 0.25 |
| Hex | 43 | F | 70 | 28 | 57 | 0 | 38 | 110 | 4C | 19 |
| Octal | 103 | 17 | 160 | 50 | 127 | 0 | 70 | 420 | 114 | 31 |
| Binary | 1000011 | 1111 | 1110000 | 101000 | 1010111 | 0 | 111000 | 100010000 | 1001100 | 11001 |
Color Harmonies of #430F70
Complementary color
Monochromatic Colors of #430F70
Black with #430F70
Text Example
Text Example
White with #430F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F70; }
p { color: rgb(67,15,112); }
H1.HeaderClassName
{
color: #430F70;
}
.AnyTagClassName
{
color: #430F70;
}
</style>
background-color css
<style>
a { background-color: #430F70; }
a { background-color: rgb(67,15,112); }
div.DivClassName
{
background-color: #430F70;
}
.BgClassName
{
background-color: #430F70;
}
</style>
border-color css
<style>
span { border-color: #430F70; }
span { border-color: rgb(67,15,112); }
td.TdClassName
{
border-color: #430F70;
}
.TagClassName
{
border-color: #430F70;
}
</style>