Shades of Indigo #430086
Tints of Indigo #430086
RGB
CMYK
RGB Variations
Color information
#430086 (or 0x430086) is known color: Indigo. HEX triplet: 43, 00 and 86. RGB value is (67,0,134). Sum of RGB (Red+Green+Blue) = 67+0+134=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 134 (52.73% from 255 or 66.67% from 201); Max value from RGB is 134 - color contains mainly: blue. Hex color #430086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430086 is #BCFF79. Grayscale: #222222. Windows color (decimal): -12386170 or 8781891. OLE color: 8781891.
HSL color Cylindrical-coordinate representation of color #430086: hue angle of 270º 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 #430086 is Cyan = 0.5, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 0 | 134 | - |
| CMYK | 0.5 | 1 | 0 | 0.47 |
| HSL | 270º | 1% | 0.26% | - |
| HSV(B) | 270º | 1% | 0.53% | - |
| XYZ | 6.62 | 2.91 | 22.77 | - |
| YUV | 35.31 | 183.7 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 134 | 0.5 | 1 | 0 | 0.47 | 270 | 1 | 0.26 |
| Hex | 43 | 0 | 86 | 32 | 64 | 0 | 2F | 10E | 64 | 1A |
| Octal | 103 | 0 | 206 | 62 | 144 | 0 | 57 | 416 | 144 | 32 |
| Binary | 1000011 | 0 | 10000110 | 110010 | 1100100 | 0 | 101111 | 100001110 | 1100100 | 11010 |
Color Harmonies of #430086
Complementary color
Monochromatic Colors of #430086
Black with #430086
Text Example
Text Example
White with #430086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430086; }
p { color: rgb(67,0,134); }
H1.HeaderClassName
{
color: #430086;
}
.AnyTagClassName
{
color: #430086;
}
</style>
background-color css
<style>
a { background-color: #430086; }
a { background-color: rgb(67,0,134); }
div.DivClassName
{
background-color: #430086;
}
.BgClassName
{
background-color: #430086;
}
</style>
border-color css
<style>
span { border-color: #430086; }
span { border-color: rgb(67,0,134); }
td.TdClassName
{
border-color: #430086;
}
.TagClassName
{
border-color: #430086;
}
</style>