Shades of Indigo #43019E
Tints of Indigo #43019E
RGB
CMYK
RGB Variations
Color information
#43019E (or 0x43019E) is known color: Indigo. HEX triplet: 43, 01 and 9E. RGB value is (67,1,158). Sum of RGB (Red+Green+Blue) = 67+1+158=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 158 (62.11% from 255 or 69.91% from 226); Max value from RGB is 158 - color contains mainly: blue. Hex color #43019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43019E is #BCFE61. Grayscale: #262626. Windows color (decimal): -12385890 or 10355011. OLE color: 10355011.
HSL color Cylindrical-coordinate representation of color #43019E: hue angle of 265.22º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43019E is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 1 | 158 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.38 |
| HSL | 265.22º | 0.99% | 0.31% | - |
| HSV(B) | 265.22º | 0.99% | 0.62% | - |
| XYZ | 8.5 | 3.68 | 32.61 | - |
| YUV | 38.63 | 195.37 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 158 | 0.58 | 0.99 | 0 | 0.38 | 265.22 | 0.99 | 0.31 |
| Hex | 43 | 1 | 9E | 3A | 63 | 0 | 26 | 109 | 63 | 1F |
| Octal | 103 | 1 | 236 | 72 | 143 | 0 | 46 | 411 | 143 | 37 |
| Binary | 1000011 | 1 | 10011110 | 111010 | 1100011 | 0 | 100110 | 100001001 | 1100011 | 11111 |
Color Harmonies of #43019E
Complementary color
Monochromatic Colors of #43019E
Black with #43019E
Text Example
Text Example
White with #43019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43019E; }
p { color: rgb(67,1,158); }
H1.HeaderClassName
{
color: #43019E;
}
.AnyTagClassName
{
color: #43019E;
}
</style>
background-color css
<style>
a { background-color: #43019E; }
a { background-color: rgb(67,1,158); }
div.DivClassName
{
background-color: #43019E;
}
.BgClassName
{
background-color: #43019E;
}
</style>
border-color css
<style>
span { border-color: #43019E; }
span { border-color: rgb(67,1,158); }
td.TdClassName
{
border-color: #43019E;
}
.TagClassName
{
border-color: #43019E;
}
</style>