Shades of Indigo #430995
Tints of Indigo #430995
RGB
CMYK
RGB Variations
Color information
#430995 (or 0x430995) is known color: Indigo. HEX triplet: 43, 09 and 95. RGB value is (67,9,149). Sum of RGB (Red+Green+Blue) = 67+9+149=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #430995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430995 is #BCF66A. Grayscale: #292929. Windows color (decimal): -12383851 or 9767235. OLE color: 9767235.
HSL color Cylindrical-coordinate representation of color #430995: hue angle of 264.86º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430995 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 9 | 149 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.42 |
| HSL | 264.86º | 0.89% | 0.31% | - |
| HSV(B) | 264.86º | 0.94% | 0.58% | - |
| XYZ | 7.84 | 3.56 | 28.71 | - |
| YUV | 42.3 | 188.22 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 9 | 149 | 0.55 | 0.94 | 0 | 0.42 | 264.86 | 0.89 | 0.31 |
| Hex | 43 | 9 | 95 | 37 | 5E | 0 | 2A | 109 | 59 | 1F |
| Octal | 103 | 11 | 225 | 67 | 136 | 0 | 52 | 411 | 131 | 37 |
| Binary | 1000011 | 1001 | 10010101 | 110111 | 1011110 | 0 | 101010 | 100001001 | 1011001 | 11111 |
Color Harmonies of #430995
Complementary color
Monochromatic Colors of #430995
Black with #430995
Text Example
Text Example
White with #430995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430995; }
p { color: rgb(67,9,149); }
H1.HeaderClassName
{
color: #430995;
}
.AnyTagClassName
{
color: #430995;
}
</style>
background-color css
<style>
a { background-color: #430995; }
a { background-color: rgb(67,9,149); }
div.DivClassName
{
background-color: #430995;
}
.BgClassName
{
background-color: #430995;
}
</style>
border-color css
<style>
span { border-color: #430995; }
span { border-color: rgb(67,9,149); }
td.TdClassName
{
border-color: #430995;
}
.TagClassName
{
border-color: #430995;
}
</style>