Shades of Indigo #430286
Tints of Indigo #430286
RGB
CMYK
RGB Variations
Color information
#430286 (or 0x430286) is known color: Indigo. HEX triplet: 43, 02 and 86. RGB value is (67,2,134). Sum of RGB (Red+Green+Blue) = 67+2+134=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 134 (52.73% from 255 or 66.01% from 203); Max value from RGB is 134 - color contains mainly: blue. Hex color #430286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430286 is #BCFD79. Grayscale: #242424. Windows color (decimal): -12385658 or 8782403. OLE color: 8782403.
HSL color Cylindrical-coordinate representation of color #430286: hue angle of 269.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430286 is Cyan = 0.5, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 2 | 134 | - |
| CMYK | 0.5 | 0.99 | 0 | 0.47 |
| HSL | 269.55º | 0.97% | 0.27% | - |
| HSV(B) | 269.55º | 0.99% | 0.53% | - |
| XYZ | 6.64 | 2.96 | 22.78 | - |
| YUV | 36.48 | 183.03 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 134 | 0.5 | 0.99 | 0 | 0.47 | 269.55 | 0.97 | 0.27 |
| Hex | 43 | 2 | 86 | 32 | 63 | 0 | 2F | 10E | 61 | 1B |
| Octal | 103 | 2 | 206 | 62 | 143 | 0 | 57 | 416 | 141 | 33 |
| Binary | 1000011 | 10 | 10000110 | 110010 | 1100011 | 0 | 101111 | 100001110 | 1100001 | 11011 |
Color Harmonies of #430286
Complementary color
Monochromatic Colors of #430286
Black with #430286
Text Example
Text Example
White with #430286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430286; }
p { color: rgb(67,2,134); }
H1.HeaderClassName
{
color: #430286;
}
.AnyTagClassName
{
color: #430286;
}
</style>
background-color css
<style>
a { background-color: #430286; }
a { background-color: rgb(67,2,134); }
div.DivClassName
{
background-color: #430286;
}
.BgClassName
{
background-color: #430286;
}
</style>
border-color css
<style>
span { border-color: #430286; }
span { border-color: rgb(67,2,134); }
td.TdClassName
{
border-color: #430286;
}
.TagClassName
{
border-color: #430286;
}
</style>