Shades of Indigo #430087
Tints of Indigo #430087
RGB
CMYK
RGB Variations
Color information
#430087 (or 0x430087) is known color: Indigo. HEX triplet: 43, 00 and 87. RGB value is (67,0,135). Sum of RGB (Red+Green+Blue) = 67+0+135=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 135 (53.12% from 255 or 66.83% from 202); Max value from RGB is 135 - color contains mainly: blue. Hex color #430087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430087 is #BCFF78. Grayscale: #222222. Windows color (decimal): -12386169 or 8847427. OLE color: 8847427.
HSL color Cylindrical-coordinate representation of color #430087: hue angle of 269.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430087 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 0 | 135 | - |
| CMYK | 0.50 | 1 | 0 | 0.47 |
| HSL | 269.78º | 1% | 0.26% | - |
| HSV(B) | 269.78º | 1% | 0.53% | - |
| XYZ | 6.69 | 2.94 | 23.14 | - |
| YUV | 35.42 | 184.2 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 135 | 0.50 | 1 | 0 | 0.47 | 269.78 | 1 | 0.26 |
| Hex | 43 | 0 | 87 | 32 | 64 | 0 | 2F | 10E | 64 | 1A |
| Octal | 103 | 0 | 207 | 62 | 144 | 0 | 57 | 416 | 144 | 32 |
| Binary | 1000011 | 0 | 10000111 | 110010 | 1100100 | 0 | 101111 | 100001110 | 1100100 | 11010 |
Color Harmonies of #430087
Complementary color
Monochromatic Colors of #430087
Black with #430087
Text Example
Text Example
White with #430087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430087; }
p { color: rgb(67,0,135); }
H1.HeaderClassName
{
color: #430087;
}
.AnyTagClassName
{
color: #430087;
}
</style>
background-color css
<style>
a { background-color: #430087; }
a { background-color: rgb(67,0,135); }
div.DivClassName
{
background-color: #430087;
}
.BgClassName
{
background-color: #430087;
}
</style>
border-color css
<style>
span { border-color: #430087; }
span { border-color: rgb(67,0,135); }
td.TdClassName
{
border-color: #430087;
}
.TagClassName
{
border-color: #430087;
}
</style>