Shades of Indigo #430270
Tints of Indigo #430270
RGB
CMYK
RGB Variations
Color information
#430270 (or 0x430270) is known color: Indigo. HEX triplet: 43, 02 and 70. RGB value is (67,2,112). Sum of RGB (Red+Green+Blue) = 67+2+112=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #430270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430270 is #BCFD8F. Grayscale: #212121. Windows color (decimal): -12385680 or 7340611. OLE color: 7340611.
HSL color Cylindrical-coordinate representation of color #430270: hue angle of 275.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430270 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 2 | 112 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.56 |
| HSL | 275.45º | 0.96% | 0.22% | - |
| HSV(B) | 275.45º | 0.98% | 0.44% | - |
| XYZ | 5.26 | 2.41 | 15.52 | - |
| YUV | 33.98 | 172.03 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 112 | 0.40 | 0.98 | 0 | 0.56 | 275.45 | 0.96 | 0.22 |
| Hex | 43 | 2 | 70 | 28 | 62 | 0 | 38 | 113 | 60 | 16 |
| Octal | 103 | 2 | 160 | 50 | 142 | 0 | 70 | 423 | 140 | 26 |
| Binary | 1000011 | 10 | 1110000 | 101000 | 1100010 | 0 | 111000 | 100010011 | 1100000 | 10110 |
Color Harmonies of #430270
Complementary color
Monochromatic Colors of #430270
Black with #430270
Text Example
Text Example
White with #430270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430270; }
p { color: rgb(67,2,112); }
H1.HeaderClassName
{
color: #430270;
}
.AnyTagClassName
{
color: #430270;
}
</style>
background-color css
<style>
a { background-color: #430270; }
a { background-color: rgb(67,2,112); }
div.DivClassName
{
background-color: #430270;
}
.BgClassName
{
background-color: #430270;
}
</style>
border-color css
<style>
span { border-color: #430270; }
span { border-color: rgb(67,2,112); }
td.TdClassName
{
border-color: #430270;
}
.TagClassName
{
border-color: #430270;
}
</style>