Shades of Indigo #430291
Tints of Indigo #430291
RGB
CMYK
RGB Variations
Color information
#430291 (or 0x430291) is known color: Indigo. HEX triplet: 43, 02 and 91. RGB value is (67,2,145). Sum of RGB (Red+Green+Blue) = 67+2+145=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #430291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430291 is #BCFD6E. Grayscale: #252525. Windows color (decimal): -12385647 or 9503299. OLE color: 9503299.
HSL color Cylindrical-coordinate representation of color #430291: hue angle of 267.27º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430291 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 2 | 145 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.43 |
| HSL | 267.27º | 0.97% | 0.29% | - |
| HSV(B) | 267.27º | 0.99% | 0.57% | - |
| XYZ | 7.45 | 3.28 | 27.03 | - |
| YUV | 37.74 | 188.53 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 145 | 0.54 | 0.99 | 0 | 0.43 | 267.27 | 0.97 | 0.29 |
| Hex | 43 | 2 | 91 | 36 | 63 | 0 | 2B | 10B | 61 | 1D |
| Octal | 103 | 2 | 221 | 66 | 143 | 0 | 53 | 413 | 141 | 35 |
| Binary | 1000011 | 10 | 10010001 | 110110 | 1100011 | 0 | 101011 | 100001011 | 1100001 | 11101 |
Color Harmonies of #430291
Complementary color
Monochromatic Colors of #430291
Black with #430291
Text Example
Text Example
White with #430291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430291; }
p { color: rgb(67,2,145); }
H1.HeaderClassName
{
color: #430291;
}
.AnyTagClassName
{
color: #430291;
}
</style>
background-color css
<style>
a { background-color: #430291; }
a { background-color: rgb(67,2,145); }
div.DivClassName
{
background-color: #430291;
}
.BgClassName
{
background-color: #430291;
}
</style>
border-color css
<style>
span { border-color: #430291; }
span { border-color: rgb(67,2,145); }
td.TdClassName
{
border-color: #430291;
}
.TagClassName
{
border-color: #430291;
}
</style>