Shades of Indigo #430592
Tints of Indigo #430592
RGB
CMYK
RGB Variations
Color information
#430592 (or 0x430592) is known color: Indigo. HEX triplet: 43, 05 and 92. RGB value is (67,5,146). Sum of RGB (Red+Green+Blue) = 67+5+146=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #430592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430592 is #BCFA6D. Grayscale: #272727. Windows color (decimal): -12384878 or 9569603. OLE color: 9569603.
HSL color Cylindrical-coordinate representation of color #430592: hue angle of 266.38º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430592 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 5 | 146 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.43 |
| HSL | 266.38º | 0.93% | 0.3% | - |
| HSV(B) | 266.38º | 0.97% | 0.57% | - |
| XYZ | 7.56 | 3.38 | 27.45 | - |
| YUV | 39.61 | 188.04 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 146 | 0.54 | 0.97 | 0 | 0.43 | 266.38 | 0.93 | 0.3 |
| Hex | 43 | 5 | 92 | 36 | 61 | 0 | 2B | 10A | 5D | 1E |
| Octal | 103 | 5 | 222 | 66 | 141 | 0 | 53 | 412 | 135 | 36 |
| Binary | 1000011 | 101 | 10010010 | 110110 | 1100001 | 0 | 101011 | 100001010 | 1011101 | 11110 |
Color Harmonies of #430592
Complementary color
Monochromatic Colors of #430592
Black with #430592
Text Example
Text Example
White with #430592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430592; }
p { color: rgb(67,5,146); }
H1.HeaderClassName
{
color: #430592;
}
.AnyTagClassName
{
color: #430592;
}
</style>
background-color css
<style>
a { background-color: #430592; }
a { background-color: rgb(67,5,146); }
div.DivClassName
{
background-color: #430592;
}
.BgClassName
{
background-color: #430592;
}
</style>
border-color css
<style>
span { border-color: #430592; }
span { border-color: rgb(67,5,146); }
td.TdClassName
{
border-color: #430592;
}
.TagClassName
{
border-color: #430592;
}
</style>