Shades of Indigo #430194
Tints of Indigo #430194
RGB
CMYK
RGB Variations
Color information
#430194 (or 0x430194) is known color: Indigo. HEX triplet: 43, 01 and 94. RGB value is (67,1,148). Sum of RGB (Red+Green+Blue) = 67+1+148=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #430194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430194 is #BCFE6B. Grayscale: #242424. Windows color (decimal): -12385900 or 9699651. OLE color: 9699651.
HSL color Cylindrical-coordinate representation of color #430194: hue angle of 266.94º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430194 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 1 | 148 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.42 |
| HSL | 266.94º | 0.99% | 0.29% | - |
| HSV(B) | 266.94º | 0.99% | 0.58% | - |
| XYZ | 7.67 | 3.35 | 28.26 | - |
| YUV | 37.49 | 190.37 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 148 | 0.55 | 0.99 | 0 | 0.42 | 266.94 | 0.99 | 0.29 |
| Hex | 43 | 1 | 94 | 37 | 63 | 0 | 2A | 10B | 63 | 1D |
| Octal | 103 | 1 | 224 | 67 | 143 | 0 | 52 | 413 | 143 | 35 |
| Binary | 1000011 | 1 | 10010100 | 110111 | 1100011 | 0 | 101010 | 100001011 | 1100011 | 11101 |
Color Harmonies of #430194
Complementary color
Monochromatic Colors of #430194
Black with #430194
Text Example
Text Example
White with #430194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430194; }
p { color: rgb(67,1,148); }
H1.HeaderClassName
{
color: #430194;
}
.AnyTagClassName
{
color: #430194;
}
</style>
background-color css
<style>
a { background-color: #430194; }
a { background-color: rgb(67,1,148); }
div.DivClassName
{
background-color: #430194;
}
.BgClassName
{
background-color: #430194;
}
</style>
border-color css
<style>
span { border-color: #430194; }
span { border-color: rgb(67,1,148); }
td.TdClassName
{
border-color: #430194;
}
.TagClassName
{
border-color: #430194;
}
</style>