Shades of Indigo #430880
Tints of Indigo #430880
RGB
CMYK
RGB Variations
Color information
#430880 (or 0x430880) is known color: Indigo. HEX triplet: 43, 08 and 80. RGB value is (67,8,128). Sum of RGB (Red+Green+Blue) = 67+8+128=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #430880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430880 is #BCF77F. Grayscale: #262626. Windows color (decimal): -12384128 or 8390723. OLE color: 8390723.
HSL color Cylindrical-coordinate representation of color #430880: hue angle of 269.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430880 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 8 | 128 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.50 |
| HSL | 269.5º | 0.88% | 0.27% | - |
| HSV(B) | 269.5º | 0.94% | 0.5% | - |
| XYZ | 6.3 | 2.93 | 20.65 | - |
| YUV | 39.32 | 178.05 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 128 | 0.48 | 0.94 | 0 | 0.50 | 269.5 | 0.88 | 0.27 |
| Hex | 43 | 8 | 80 | 30 | 5E | 0 | 32 | 10E | 58 | 1B |
| Octal | 103 | 10 | 200 | 60 | 136 | 0 | 62 | 416 | 130 | 33 |
| Binary | 1000011 | 1000 | 10000000 | 110000 | 1011110 | 0 | 110010 | 100001110 | 1011000 | 11011 |
Color Harmonies of #430880
Complementary color
Monochromatic Colors of #430880
Black with #430880
Text Example
Text Example
White with #430880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430880; }
p { color: rgb(67,8,128); }
H1.HeaderClassName
{
color: #430880;
}
.AnyTagClassName
{
color: #430880;
}
</style>
background-color css
<style>
a { background-color: #430880; }
a { background-color: rgb(67,8,128); }
div.DivClassName
{
background-color: #430880;
}
.BgClassName
{
background-color: #430880;
}
</style>
border-color css
<style>
span { border-color: #430880; }
span { border-color: rgb(67,8,128); }
td.TdClassName
{
border-color: #430880;
}
.TagClassName
{
border-color: #430880;
}
</style>