Shades of Indigo #430580
Tints of Indigo #430580
RGB
CMYK
RGB Variations
Color information
#430580 (or 0x430580) is known color: Indigo. HEX triplet: 43, 05 and 80. RGB value is (67,5,128). Sum of RGB (Red+Green+Blue) = 67+5+128=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 128 (50.39% from 255 or 64% from 200); Max value from RGB is 128 - color contains mainly: blue. Hex color #430580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430580 is #BCFA7F. Grayscale: #252525. Windows color (decimal): -12384896 or 8389955. OLE color: 8389955.
HSL color Cylindrical-coordinate representation of color #430580: hue angle of 270.24º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430580 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 5 | 128 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.50 |
| HSL | 270.24º | 0.92% | 0.26% | - |
| HSV(B) | 270.24º | 0.96% | 0.5% | - |
| XYZ | 6.27 | 2.86 | 20.64 | - |
| YUV | 37.56 | 179.04 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 128 | 0.48 | 0.96 | 0 | 0.50 | 270.24 | 0.92 | 0.26 |
| Hex | 43 | 5 | 80 | 30 | 60 | 0 | 32 | 10E | 5C | 1A |
| Octal | 103 | 5 | 200 | 60 | 140 | 0 | 62 | 416 | 134 | 32 |
| Binary | 1000011 | 101 | 10000000 | 110000 | 1100000 | 0 | 110010 | 100001110 | 1011100 | 11010 |
Color Harmonies of #430580
Complementary color
Monochromatic Colors of #430580
Black with #430580
Text Example
Text Example
White with #430580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430580; }
p { color: rgb(67,5,128); }
H1.HeaderClassName
{
color: #430580;
}
.AnyTagClassName
{
color: #430580;
}
</style>
background-color css
<style>
a { background-color: #430580; }
a { background-color: rgb(67,5,128); }
div.DivClassName
{
background-color: #430580;
}
.BgClassName
{
background-color: #430580;
}
</style>
border-color css
<style>
span { border-color: #430580; }
span { border-color: rgb(67,5,128); }
td.TdClassName
{
border-color: #430580;
}
.TagClassName
{
border-color: #430580;
}
</style>