Shades of Indigo #430FA9
Tints of Indigo #430FA9
RGB
CMYK
RGB Variations
Color information
#430FA9 (or 0x430FA9) is known color: Indigo. HEX triplet: 43, 0F and A9. RGB value is (67,15,169). Sum of RGB (Red+Green+Blue) = 67+15+169=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 169 (66.41% from 255 or 67.33% from 251); Max value from RGB is 169 - color contains mainly: blue. Hex color #430FA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430FA9 is #BCF056. Grayscale: #2F2F2F. Windows color (decimal): -12382295 or 11079491. OLE color: 11079491.
HSL color Cylindrical-coordinate representation of color #430FA9: hue angle of 260.26º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430FA9 is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 67 | 15 | 169 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.34 |
| HSL | 260.26º | 0.84% | 0.36% | - |
| HSV(B) | 260.26º | 0.91% | 0.66% | - |
| XYZ | 9.65 | 4.4 | 37.88 | - |
| YUV | 48.1 | 196.23 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 169 | 0.60 | 0.91 | 0 | 0.34 | 260.26 | 0.84 | 0.36 |
| Hex | 43 | F | A9 | 3C | 5B | 0 | 22 | 104 | 54 | 24 |
| Octal | 103 | 17 | 251 | 74 | 133 | 0 | 42 | 404 | 124 | 44 |
| Binary | 1000011 | 1111 | 10101001 | 111100 | 1011011 | 0 | 100010 | 100000100 | 1010100 | 100100 |
Color Harmonies of #430FA9
Complementary color
Monochromatic Colors of #430FA9
Black with #430FA9
Text Example
Text Example
White with #430FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430FA9; }
p { color: rgb(67,15,169); }
H1.HeaderClassName
{
color: #430FA9;
}
.AnyTagClassName
{
color: #430FA9;
}
</style>
background-color css
<style>
a { background-color: #430FA9; }
a { background-color: rgb(67,15,169); }
div.DivClassName
{
background-color: #430FA9;
}
.BgClassName
{
background-color: #430FA9;
}
</style>
border-color css
<style>
span { border-color: #430FA9; }
span { border-color: rgb(67,15,169); }
td.TdClassName
{
border-color: #430FA9;
}
.TagClassName
{
border-color: #430FA9;
}
</style>