Shades of Indigo #430588
Tints of Indigo #430588
RGB
CMYK
RGB Variations
Color information
#430588 (or 0x430588) is known color: Indigo. HEX triplet: 43, 05 and 88. RGB value is (67,5,136). Sum of RGB (Red+Green+Blue) = 67+5+136=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 136 (53.52% from 255 or 65.38% from 208); Max value from RGB is 136 - color contains mainly: blue. Hex color #430588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430588 is #BCFA77. Grayscale: #262626. Windows color (decimal): -12384888 or 8914243. OLE color: 8914243.
HSL color Cylindrical-coordinate representation of color #430588: hue angle of 268.4º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430588 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 5 | 136 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.47 |
| HSL | 268.4º | 0.93% | 0.28% | - |
| HSV(B) | 268.4º | 0.96% | 0.53% | - |
| XYZ | 6.81 | 3.08 | 23.53 | - |
| YUV | 38.47 | 183.04 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 136 | 0.51 | 0.96 | 0 | 0.47 | 268.4 | 0.93 | 0.28 |
| Hex | 43 | 5 | 88 | 33 | 60 | 0 | 2F | 10C | 5D | 1C |
| Octal | 103 | 5 | 210 | 63 | 140 | 0 | 57 | 414 | 135 | 34 |
| Binary | 1000011 | 101 | 10001000 | 110011 | 1100000 | 0 | 101111 | 100001100 | 1011101 | 11100 |
Color Harmonies of #430588
Complementary color
Monochromatic Colors of #430588
Black with #430588
Text Example
Text Example
White with #430588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430588; }
p { color: rgb(67,5,136); }
H1.HeaderClassName
{
color: #430588;
}
.AnyTagClassName
{
color: #430588;
}
</style>
background-color css
<style>
a { background-color: #430588; }
a { background-color: rgb(67,5,136); }
div.DivClassName
{
background-color: #430588;
}
.BgClassName
{
background-color: #430588;
}
</style>
border-color css
<style>
span { border-color: #430588; }
span { border-color: rgb(67,5,136); }
td.TdClassName
{
border-color: #430588;
}
.TagClassName
{
border-color: #430588;
}
</style>