Shades of Indigo #430BA6
Tints of Indigo #430BA6
RGB
CMYK
RGB Variations
Color information
#430BA6 (or 0x430BA6) is known color: Indigo. HEX triplet: 43, 0B and A6. RGB value is (67,11,166). Sum of RGB (Red+Green+Blue) = 67+11+166=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 166 (65.23% from 255 or 68.03% from 244); Max value from RGB is 166 - color contains mainly: blue. Hex color #430BA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430BA6 is #BCF459. Grayscale: #2C2C2C. Windows color (decimal): -12383322 or 10881859. OLE color: 10881859.
HSL color Cylindrical-coordinate representation of color #430BA6: hue angle of 261.68º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430BA6 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 67 | 11 | 166 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.35 |
| HSL | 261.68º | 0.88% | 0.35% | - |
| HSV(B) | 261.68º | 0.93% | 0.65% | - |
| XYZ | 9.32 | 4.19 | 36.39 | - |
| YUV | 45.41 | 196.05 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 166 | 0.60 | 0.93 | 0 | 0.35 | 261.68 | 0.88 | 0.35 |
| Hex | 43 | B | A6 | 3C | 5D | 0 | 23 | 106 | 58 | 23 |
| Octal | 103 | 13 | 246 | 74 | 135 | 0 | 43 | 406 | 130 | 43 |
| Binary | 1000011 | 1011 | 10100110 | 111100 | 1011101 | 0 | 100011 | 100000110 | 1011000 | 100011 |
Color Harmonies of #430BA6
Complementary color
Monochromatic Colors of #430BA6
Black with #430BA6
Text Example
Text Example
White with #430BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BA6; }
p { color: rgb(67,11,166); }
H1.HeaderClassName
{
color: #430BA6;
}
.AnyTagClassName
{
color: #430BA6;
}
</style>
background-color css
<style>
a { background-color: #430BA6; }
a { background-color: rgb(67,11,166); }
div.DivClassName
{
background-color: #430BA6;
}
.BgClassName
{
background-color: #430BA6;
}
</style>
border-color css
<style>
span { border-color: #430BA6; }
span { border-color: rgb(67,11,166); }
td.TdClassName
{
border-color: #430BA6;
}
.TagClassName
{
border-color: #430BA6;
}
</style>