Shades of Indigo #430077
Tints of Indigo #430077
RGB
CMYK
RGB Variations
Color information
#430077 (or 0x430077) is known color: Indigo. HEX triplet: 43, 00 and 77. RGB value is (67,0,119). Sum of RGB (Red+Green+Blue) = 67+0+119=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #430077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430077 is #BCFF88. Grayscale: #212121. Windows color (decimal): -12386185 or 7798851. OLE color: 7798851.
HSL color Cylindrical-coordinate representation of color #430077: hue angle of 273.78º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430077 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 0 | 119 | - |
| CMYK | 0.44 | 1 | 0 | 0.53 |
| HSL | 273.78º | 1% | 0.23% | - |
| HSV(B) | 273.78º | 1% | 0.47% | - |
| XYZ | 5.64 | 2.53 | 17.64 | - |
| YUV | 33.6 | 176.2 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 119 | 0.44 | 1 | 0 | 0.53 | 273.78 | 1 | 0.23 |
| Hex | 43 | 0 | 77 | 2C | 64 | 0 | 35 | 112 | 64 | 17 |
| Octal | 103 | 0 | 167 | 54 | 144 | 0 | 65 | 422 | 144 | 27 |
| Binary | 1000011 | 0 | 1110111 | 101100 | 1100100 | 0 | 110101 | 100010010 | 1100100 | 10111 |
Color Harmonies of #430077
Complementary color
Monochromatic Colors of #430077
Black with #430077
Text Example
Text Example
White with #430077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430077; }
p { color: rgb(67,0,119); }
H1.HeaderClassName
{
color: #430077;
}
.AnyTagClassName
{
color: #430077;
}
</style>
background-color css
<style>
a { background-color: #430077; }
a { background-color: rgb(67,0,119); }
div.DivClassName
{
background-color: #430077;
}
.BgClassName
{
background-color: #430077;
}
</style>
border-color css
<style>
span { border-color: #430077; }
span { border-color: rgb(67,0,119); }
td.TdClassName
{
border-color: #430077;
}
.TagClassName
{
border-color: #430077;
}
</style>