Shades of Indigo #430AA6
Tints of Indigo #430AA6
RGB
CMYK
RGB Variations
Color information
#430AA6 (or 0x430AA6) is known color: Indigo. HEX triplet: 43, 0A and A6. RGB value is (67,10,166). Sum of RGB (Red+Green+Blue) = 67+10+166=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 166 (65.23% from 255 or 68.31% from 243); Max value from RGB is 166 - color contains mainly: blue. Hex color #430AA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430AA6 is #BCF559. Grayscale: #2C2C2C. Windows color (decimal): -12383578 or 10881603. OLE color: 10881603.
HSL color Cylindrical-coordinate representation of color #430AA6: hue angle of 261.92º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430AA6 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 67 | 10 | 166 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.35 |
| HSL | 261.92º | 0.89% | 0.35% | - |
| HSV(B) | 261.92º | 0.94% | 0.65% | - |
| XYZ | 9.31 | 4.16 | 36.39 | - |
| YUV | 44.83 | 196.38 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 166 | 0.60 | 0.94 | 0 | 0.35 | 261.92 | 0.89 | 0.35 |
| Hex | 43 | A | A6 | 3C | 5E | 0 | 23 | 106 | 59 | 23 |
| Octal | 103 | 12 | 246 | 74 | 136 | 0 | 43 | 406 | 131 | 43 |
| Binary | 1000011 | 1010 | 10100110 | 111100 | 1011110 | 0 | 100011 | 100000110 | 1011001 | 100011 |
Color Harmonies of #430AA6
Complementary color
Monochromatic Colors of #430AA6
Black with #430AA6
Text Example
Text Example
White with #430AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AA6; }
p { color: rgb(67,10,166); }
H1.HeaderClassName
{
color: #430AA6;
}
.AnyTagClassName
{
color: #430AA6;
}
</style>
background-color css
<style>
a { background-color: #430AA6; }
a { background-color: rgb(67,10,166); }
div.DivClassName
{
background-color: #430AA6;
}
.BgClassName
{
background-color: #430AA6;
}
</style>
border-color css
<style>
span { border-color: #430AA6; }
span { border-color: rgb(67,10,166); }
td.TdClassName
{
border-color: #430AA6;
}
.TagClassName
{
border-color: #430AA6;
}
</style>