Shades of Indigo #430574
Tints of Indigo #430574
RGB
CMYK
RGB Variations
Color information
#430574 (or 0x430574) is known color: Indigo. HEX triplet: 43, 05 and 74. RGB value is (67,5,116). Sum of RGB (Red+Green+Blue) = 67+5+116=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #430574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430574 is #BCFA8B. Grayscale: #232323. Windows color (decimal): -12384908 or 7603523. OLE color: 7603523.
HSL color Cylindrical-coordinate representation of color #430574: hue angle of 273.51º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430574 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 5 | 116 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.55 |
| HSL | 273.51º | 0.92% | 0.24% | - |
| HSV(B) | 273.51º | 0.96% | 0.45% | - |
| XYZ | 5.52 | 2.56 | 16.73 | - |
| YUV | 36.19 | 173.04 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 116 | 0.42 | 0.96 | 0 | 0.55 | 273.51 | 0.92 | 0.24 |
| Hex | 43 | 5 | 74 | 2A | 60 | 0 | 37 | 112 | 5C | 18 |
| Octal | 103 | 5 | 164 | 52 | 140 | 0 | 67 | 422 | 134 | 30 |
| Binary | 1000011 | 101 | 1110100 | 101010 | 1100000 | 0 | 110111 | 100010010 | 1011100 | 11000 |
Color Harmonies of #430574
Complementary color
Monochromatic Colors of #430574
Black with #430574
Text Example
Text Example
White with #430574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430574; }
p { color: rgb(67,5,116); }
H1.HeaderClassName
{
color: #430574;
}
.AnyTagClassName
{
color: #430574;
}
</style>
background-color css
<style>
a { background-color: #430574; }
a { background-color: rgb(67,5,116); }
div.DivClassName
{
background-color: #430574;
}
.BgClassName
{
background-color: #430574;
}
</style>
border-color css
<style>
span { border-color: #430574; }
span { border-color: rgb(67,5,116); }
td.TdClassName
{
border-color: #430574;
}
.TagClassName
{
border-color: #430574;
}
</style>