Shades of Indigo #430496
Tints of Indigo #430496
RGB
CMYK
RGB Variations
Color information
#430496 (or 0x430496) is known color: Indigo. HEX triplet: 43, 04 and 96. RGB value is (67,4,150). Sum of RGB (Red+Green+Blue) = 67+4+150=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #430496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430496 is #BCFB69. Grayscale: #262626. Windows color (decimal): -12385130 or 9831491. OLE color: 9831491.
HSL color Cylindrical-coordinate representation of color #430496: hue angle of 265.89º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430496 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 67 | 4 | 150 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.41 |
| HSL | 265.89º | 0.95% | 0.3% | - |
| HSV(B) | 265.89º | 0.97% | 0.59% | - |
| XYZ | 7.86 | 3.48 | 29.11 | - |
| YUV | 39.48 | 190.37 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 150 | 0.55 | 0.97 | 0 | 0.41 | 265.89 | 0.95 | 0.3 |
| Hex | 43 | 4 | 96 | 37 | 61 | 0 | 29 | 10A | 5F | 1E |
| Octal | 103 | 4 | 226 | 67 | 141 | 0 | 51 | 412 | 137 | 36 |
| Binary | 1000011 | 100 | 10010110 | 110111 | 1100001 | 0 | 101001 | 100001010 | 1011111 | 11110 |
Color Harmonies of #430496
Complementary color
Monochromatic Colors of #430496
Black with #430496
Text Example
Text Example
White with #430496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430496; }
p { color: rgb(67,4,150); }
H1.HeaderClassName
{
color: #430496;
}
.AnyTagClassName
{
color: #430496;
}
</style>
background-color css
<style>
a { background-color: #430496; }
a { background-color: rgb(67,4,150); }
div.DivClassName
{
background-color: #430496;
}
.BgClassName
{
background-color: #430496;
}
</style>
border-color css
<style>
span { border-color: #430496; }
span { border-color: rgb(67,4,150); }
td.TdClassName
{
border-color: #430496;
}
.TagClassName
{
border-color: #430496;
}
</style>