Shades of Indigo #430BA8
Tints of Indigo #430BA8
RGB
CMYK
RGB Variations
Color information
#430BA8 (or 0x430BA8) is known color: Indigo. HEX triplet: 43, 0B and A8. RGB value is (67,11,168). Sum of RGB (Red+Green+Blue) = 67+11+168=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 168 (66.02% from 255 or 68.29% from 246); Max value from RGB is 168 - color contains mainly: blue. Hex color #430BA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430BA8 is #BCF457. Grayscale: #2D2D2D. Windows color (decimal): -12383320 or 11012931. OLE color: 11012931.
HSL color Cylindrical-coordinate representation of color #430BA8: hue angle of 261.4º 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 #430BA8 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 67 | 11 | 168 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.34 |
| HSL | 261.4º | 0.88% | 0.35% | - |
| HSV(B) | 261.4º | 0.93% | 0.66% | - |
| XYZ | 9.5 | 4.26 | 37.37 | - |
| YUV | 45.64 | 197.05 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 168 | 0.60 | 0.93 | 0 | 0.34 | 261.4 | 0.88 | 0.35 |
| Hex | 43 | B | A8 | 3C | 5D | 0 | 22 | 105 | 58 | 23 |
| Octal | 103 | 13 | 250 | 74 | 135 | 0 | 42 | 405 | 130 | 43 |
| Binary | 1000011 | 1011 | 10101000 | 111100 | 1011101 | 0 | 100010 | 100000101 | 1011000 | 100011 |
Color Harmonies of #430BA8
Complementary color
Monochromatic Colors of #430BA8
Black with #430BA8
Text Example
Text Example
White with #430BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BA8; }
p { color: rgb(67,11,168); }
H1.HeaderClassName
{
color: #430BA8;
}
.AnyTagClassName
{
color: #430BA8;
}
</style>
background-color css
<style>
a { background-color: #430BA8; }
a { background-color: rgb(67,11,168); }
div.DivClassName
{
background-color: #430BA8;
}
.BgClassName
{
background-color: #430BA8;
}
</style>
border-color css
<style>
span { border-color: #430BA8; }
span { border-color: rgb(67,11,168); }
td.TdClassName
{
border-color: #430BA8;
}
.TagClassName
{
border-color: #430BA8;
}
</style>