Shades of Indigo #430091
Tints of Indigo #430091
RGB
CMYK
RGB Variations
Color information
#430091 (or 0x430091) is known color: Indigo. HEX triplet: 43, 00 and 91. RGB value is (67,0,145). Sum of RGB (Red+Green+Blue) = 67+0+145=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #430091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430091 is #BCFF6E. Grayscale: #242424. Windows color (decimal): -12386159 or 9502787. OLE color: 9502787.
HSL color Cylindrical-coordinate representation of color #430091: hue angle of 267.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430091 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 0 | 145 | - |
| CMYK | 0.54 | 1 | 0 | 0.43 |
| HSL | 267.72º | 1% | 0.28% | - |
| HSV(B) | 267.72º | 1% | 0.57% | - |
| XYZ | 7.43 | 3.24 | 27.02 | - |
| YUV | 36.56 | 189.2 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 145 | 0.54 | 1 | 0 | 0.43 | 267.72 | 1 | 0.28 |
| Hex | 43 | 0 | 91 | 36 | 64 | 0 | 2B | 10C | 64 | 1C |
| Octal | 103 | 0 | 221 | 66 | 144 | 0 | 53 | 414 | 144 | 34 |
| Binary | 1000011 | 0 | 10010001 | 110110 | 1100100 | 0 | 101011 | 100001100 | 1100100 | 11100 |
Color Harmonies of #430091
Complementary color
Monochromatic Colors of #430091
Black with #430091
Text Example
Text Example
White with #430091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430091; }
p { color: rgb(67,0,145); }
H1.HeaderClassName
{
color: #430091;
}
.AnyTagClassName
{
color: #430091;
}
</style>
background-color css
<style>
a { background-color: #430091; }
a { background-color: rgb(67,0,145); }
div.DivClassName
{
background-color: #430091;
}
.BgClassName
{
background-color: #430091;
}
</style>
border-color css
<style>
span { border-color: #430091; }
span { border-color: rgb(67,0,145); }
td.TdClassName
{
border-color: #430091;
}
.TagClassName
{
border-color: #430091;
}
</style>