Shades of Indigo #430CA9
Tints of Indigo #430CA9
RGB
CMYK
RGB Variations
Color information
#430CA9 (or 0x430CA9) is known color: Indigo. HEX triplet: 43, 0C and A9. RGB value is (67,12,169). Sum of RGB (Red+Green+Blue) = 67+12+169=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 169 (66.41% from 255 or 68.15% from 248); Max value from RGB is 169 - color contains mainly: blue. Hex color #430CA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430CA9 is #BCF356. Grayscale: #2D2D2D. Windows color (decimal): -12383063 or 11078723. OLE color: 11078723.
HSL color Cylindrical-coordinate representation of color #430CA9: hue angle of 261.02º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430CA9 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 67 | 12 | 169 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.34 |
| HSL | 261.02º | 0.87% | 0.35% | - |
| HSV(B) | 261.02º | 0.93% | 0.66% | - |
| XYZ | 9.61 | 4.32 | 37.86 | - |
| YUV | 46.34 | 197.22 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 169 | 0.60 | 0.93 | 0 | 0.34 | 261.02 | 0.87 | 0.35 |
| Hex | 43 | C | A9 | 3C | 5D | 0 | 22 | 105 | 57 | 23 |
| Octal | 103 | 14 | 251 | 74 | 135 | 0 | 42 | 405 | 127 | 43 |
| Binary | 1000011 | 1100 | 10101001 | 111100 | 1011101 | 0 | 100010 | 100000101 | 1010111 | 100011 |
Color Harmonies of #430CA9
Complementary color
Monochromatic Colors of #430CA9
Black with #430CA9
Text Example
Text Example
White with #430CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430CA9; }
p { color: rgb(67,12,169); }
H1.HeaderClassName
{
color: #430CA9;
}
.AnyTagClassName
{
color: #430CA9;
}
</style>
background-color css
<style>
a { background-color: #430CA9; }
a { background-color: rgb(67,12,169); }
div.DivClassName
{
background-color: #430CA9;
}
.BgClassName
{
background-color: #430CA9;
}
</style>
border-color css
<style>
span { border-color: #430CA9; }
span { border-color: rgb(67,12,169); }
td.TdClassName
{
border-color: #430CA9;
}
.TagClassName
{
border-color: #430CA9;
}
</style>