Shades of Indigo #430BAB
Tints of Indigo #430BAB
RGB
CMYK
RGB Variations
Color information
#430BAB (or 0x430BAB) is known color: Indigo. HEX triplet: 43, 0B and AB. RGB value is (67,11,171). Sum of RGB (Red+Green+Blue) = 67+11+171=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #430BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430BAB is #BCF454. Grayscale: #2D2D2D. Windows color (decimal): -12383317 or 11209539. OLE color: 11209539.
HSL color Cylindrical-coordinate representation of color #430BAB: hue angle of 261º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430BAB is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 11 | 171 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.33 |
| HSL | 261º | 0.88% | 0.36% | - |
| HSV(B) | 261º | 0.94% | 0.67% | - |
| XYZ | 9.79 | 4.37 | 38.86 | - |
| YUV | 45.98 | 198.55 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 171 | 0.61 | 0.94 | 0 | 0.33 | 261 | 0.88 | 0.36 |
| Hex | 43 | B | AB | 3D | 5E | 0 | 21 | 105 | 58 | 24 |
| Octal | 103 | 13 | 253 | 75 | 136 | 0 | 41 | 405 | 130 | 44 |
| Binary | 1000011 | 1011 | 10101011 | 111101 | 1011110 | 0 | 100001 | 100000101 | 1011000 | 100100 |
Color Harmonies of #430BAB
Complementary color
Monochromatic Colors of #430BAB
Black with #430BAB
Text Example
Text Example
White with #430BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BAB; }
p { color: rgb(67,11,171); }
H1.HeaderClassName
{
color: #430BAB;
}
.AnyTagClassName
{
color: #430BAB;
}
</style>
background-color css
<style>
a { background-color: #430BAB; }
a { background-color: rgb(67,11,171); }
div.DivClassName
{
background-color: #430BAB;
}
.BgClassName
{
background-color: #430BAB;
}
</style>
border-color css
<style>
span { border-color: #430BAB; }
span { border-color: rgb(67,11,171); }
td.TdClassName
{
border-color: #430BAB;
}
.TagClassName
{
border-color: #430BAB;
}
</style>