Shades of Indigo #430AA0
Tints of Indigo #430AA0
RGB
CMYK
RGB Variations
Color information
#430AA0 (or 0x430AA0) is known color: Indigo. HEX triplet: 43, 0A and A0. RGB value is (67,10,160). Sum of RGB (Red+Green+Blue) = 67+10+160=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 160 (62.89% from 255 or 67.51% from 237); Max value from RGB is 160 - color contains mainly: blue. Hex color #430AA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430AA0 is #BCF55F. Grayscale: #2B2B2B. Windows color (decimal): -12383584 or 10488387. OLE color: 10488387.
HSL color Cylindrical-coordinate representation of color #430AA0: hue angle of 262.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430AA0 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 10 | 160 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.37 |
| HSL | 262.8º | 0.88% | 0.33% | - |
| HSV(B) | 262.8º | 0.94% | 0.63% | - |
| XYZ | 8.77 | 3.95 | 33.56 | - |
| YUV | 44.14 | 193.38 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 160 | 0.58 | 0.94 | 0 | 0.37 | 262.8 | 0.88 | 0.33 |
| Hex | 43 | A | A0 | 3A | 5E | 0 | 25 | 107 | 58 | 21 |
| Octal | 103 | 12 | 240 | 72 | 136 | 0 | 45 | 407 | 130 | 41 |
| Binary | 1000011 | 1010 | 10100000 | 111010 | 1011110 | 0 | 100101 | 100000111 | 1011000 | 100001 |
Color Harmonies of #430AA0
Complementary color
Monochromatic Colors of #430AA0
Black with #430AA0
Text Example
Text Example
White with #430AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AA0; }
p { color: rgb(67,10,160); }
H1.HeaderClassName
{
color: #430AA0;
}
.AnyTagClassName
{
color: #430AA0;
}
</style>
background-color css
<style>
a { background-color: #430AA0; }
a { background-color: rgb(67,10,160); }
div.DivClassName
{
background-color: #430AA0;
}
.BgClassName
{
background-color: #430AA0;
}
</style>
border-color css
<style>
span { border-color: #430AA0; }
span { border-color: rgb(67,10,160); }
td.TdClassName
{
border-color: #430AA0;
}
.TagClassName
{
border-color: #430AA0;
}
</style>