Shades of Indigo #430BA9
Tints of Indigo #430BA9
RGB
CMYK
RGB Variations
Color information
#430BA9 (or 0x430BA9) is known color: Indigo. HEX triplet: 43, 0B and A9. RGB value is (67,11,169). Sum of RGB (Red+Green+Blue) = 67+11+169=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 169 (66.41% from 255 or 68.42% from 247); Max value from RGB is 169 - color contains mainly: blue. Hex color #430BA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430BA9 is #BCF456. Grayscale: #2D2D2D. Windows color (decimal): -12383319 or 11078467. OLE color: 11078467.
HSL color Cylindrical-coordinate representation of color #430BA9: hue angle of 261.27º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430BA9 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 67 | 11 | 169 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.34 |
| HSL | 261.27º | 0.88% | 0.35% | - |
| HSV(B) | 261.27º | 0.93% | 0.66% | - |
| XYZ | 9.6 | 4.3 | 37.86 | - |
| YUV | 45.76 | 197.55 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 169 | 0.60 | 0.93 | 0 | 0.34 | 261.27 | 0.88 | 0.35 |
| Hex | 43 | B | A9 | 3C | 5D | 0 | 22 | 105 | 58 | 23 |
| Octal | 103 | 13 | 251 | 74 | 135 | 0 | 42 | 405 | 130 | 43 |
| Binary | 1000011 | 1011 | 10101001 | 111100 | 1011101 | 0 | 100010 | 100000101 | 1011000 | 100011 |
Color Harmonies of #430BA9
Complementary color
Monochromatic Colors of #430BA9
Black with #430BA9
Text Example
Text Example
White with #430BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BA9; }
p { color: rgb(67,11,169); }
H1.HeaderClassName
{
color: #430BA9;
}
.AnyTagClassName
{
color: #430BA9;
}
</style>
background-color css
<style>
a { background-color: #430BA9; }
a { background-color: rgb(67,11,169); }
div.DivClassName
{
background-color: #430BA9;
}
.BgClassName
{
background-color: #430BA9;
}
</style>
border-color css
<style>
span { border-color: #430BA9; }
span { border-color: rgb(67,11,169); }
td.TdClassName
{
border-color: #430BA9;
}
.TagClassName
{
border-color: #430BA9;
}
</style>