Shades of Indigo #430494
Tints of Indigo #430494
RGB
CMYK
RGB Variations
Color information
#430494 (or 0x430494) is known color: Indigo. HEX triplet: 43, 04 and 94. RGB value is (67,4,148). Sum of RGB (Red+Green+Blue) = 67+4+148=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #430494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430494 is #BCFB6B. Grayscale: #262626. Windows color (decimal): -12385132 or 9700419. OLE color: 9700419.
HSL color Cylindrical-coordinate representation of color #430494: hue angle of 266.25º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430494 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 4 | 148 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.42 |
| HSL | 266.25º | 0.95% | 0.3% | - |
| HSV(B) | 266.25º | 0.97% | 0.58% | - |
| XYZ | 7.7 | 3.42 | 28.27 | - |
| YUV | 39.25 | 189.37 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 148 | 0.55 | 0.97 | 0 | 0.42 | 266.25 | 0.95 | 0.3 |
| Hex | 43 | 4 | 94 | 37 | 61 | 0 | 2A | 10A | 5F | 1E |
| Octal | 103 | 4 | 224 | 67 | 141 | 0 | 52 | 412 | 137 | 36 |
| Binary | 1000011 | 100 | 10010100 | 110111 | 1100001 | 0 | 101010 | 100001010 | 1011111 | 11110 |
Color Harmonies of #430494
Complementary color
Monochromatic Colors of #430494
Black with #430494
Text Example
Text Example
White with #430494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430494; }
p { color: rgb(67,4,148); }
H1.HeaderClassName
{
color: #430494;
}
.AnyTagClassName
{
color: #430494;
}
</style>
background-color css
<style>
a { background-color: #430494; }
a { background-color: rgb(67,4,148); }
div.DivClassName
{
background-color: #430494;
}
.BgClassName
{
background-color: #430494;
}
</style>
border-color css
<style>
span { border-color: #430494; }
span { border-color: rgb(67,4,148); }
td.TdClassName
{
border-color: #430494;
}
.TagClassName
{
border-color: #430494;
}
</style>