Shades of Indigo #430E94
Tints of Indigo #430E94
RGB
CMYK
RGB Variations
Color information
#430E94 (or 0x430E94) is known color: Indigo. HEX triplet: 43, 0E and 94. RGB value is (67,14,148). Sum of RGB (Red+Green+Blue) = 67+14+148=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #430E94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430E94 is #BCF16B. Grayscale: #2C2C2C. Windows color (decimal): -12382572 or 9702979. OLE color: 9702979.
HSL color Cylindrical-coordinate representation of color #430E94: hue angle of 263.73º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430E94 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 14 | 148 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.42 |
| HSL | 263.73º | 0.83% | 0.32% | - |
| HSV(B) | 263.73º | 0.91% | 0.58% | - |
| XYZ | 7.82 | 3.65 | 28.31 | - |
| YUV | 45.12 | 186.06 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 148 | 0.55 | 0.91 | 0 | 0.42 | 263.73 | 0.83 | 0.32 |
| Hex | 43 | E | 94 | 37 | 5B | 0 | 2A | 108 | 53 | 20 |
| Octal | 103 | 16 | 224 | 67 | 133 | 0 | 52 | 410 | 123 | 40 |
| Binary | 1000011 | 1110 | 10010100 | 110111 | 1011011 | 0 | 101010 | 100001000 | 1010011 | 100000 |
Color Harmonies of #430E94
Complementary color
Monochromatic Colors of #430E94
Black with #430E94
Text Example
Text Example
White with #430E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E94; }
p { color: rgb(67,14,148); }
H1.HeaderClassName
{
color: #430E94;
}
.AnyTagClassName
{
color: #430E94;
}
</style>
background-color css
<style>
a { background-color: #430E94; }
a { background-color: rgb(67,14,148); }
div.DivClassName
{
background-color: #430E94;
}
.BgClassName
{
background-color: #430E94;
}
</style>
border-color css
<style>
span { border-color: #430E94; }
span { border-color: rgb(67,14,148); }
td.TdClassName
{
border-color: #430E94;
}
.TagClassName
{
border-color: #430E94;
}
</style>