Shades of Indigo #430981
Tints of Indigo #430981
RGB
CMYK
RGB Variations
Color information
#430981 (or 0x430981) is known color: Indigo. HEX triplet: 43, 09 and 81. RGB value is (67,9,129). Sum of RGB (Red+Green+Blue) = 67+9+129=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 129 (50.78% from 255 or 62.93% from 205); Max value from RGB is 129 - color contains mainly: blue. Hex color #430981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430981 is #BCF67E. Grayscale: #272727. Windows color (decimal): -12383871 or 8456515. OLE color: 8456515.
HSL color Cylindrical-coordinate representation of color #430981: hue angle of 269º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430981 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 9 | 129 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.49 |
| HSL | 269º | 0.87% | 0.27% | - |
| HSV(B) | 269º | 0.93% | 0.51% | - |
| XYZ | 6.37 | 2.97 | 21.01 | - |
| YUV | 40.02 | 178.22 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 9 | 129 | 0.48 | 0.93 | 0 | 0.49 | 269 | 0.87 | 0.27 |
| Hex | 43 | 9 | 81 | 30 | 5D | 0 | 31 | 10D | 57 | 1B |
| Octal | 103 | 11 | 201 | 60 | 135 | 0 | 61 | 415 | 127 | 33 |
| Binary | 1000011 | 1001 | 10000001 | 110000 | 1011101 | 0 | 110001 | 100001101 | 1010111 | 11011 |
Color Harmonies of #430981
Complementary color
Monochromatic Colors of #430981
Black with #430981
Text Example
Text Example
White with #430981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430981; }
p { color: rgb(67,9,129); }
H1.HeaderClassName
{
color: #430981;
}
.AnyTagClassName
{
color: #430981;
}
</style>
background-color css
<style>
a { background-color: #430981; }
a { background-color: rgb(67,9,129); }
div.DivClassName
{
background-color: #430981;
}
.BgClassName
{
background-color: #430981;
}
</style>
border-color css
<style>
span { border-color: #430981; }
span { border-color: rgb(67,9,129); }
td.TdClassName
{
border-color: #430981;
}
.TagClassName
{
border-color: #430981;
}
</style>