Shades of Indigo #430B8D
Tints of Indigo #430B8D
RGB
CMYK
RGB Variations
Color information
#430B8D (or 0x430B8D) is known color: Indigo. HEX triplet: 43, 0B and 8D. RGB value is (67,11,141). Sum of RGB (Red+Green+Blue) = 67+11+141=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #430B8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430B8D is #BCF472. Grayscale: #2A2A2A. Windows color (decimal): -12383347 or 9243459. OLE color: 9243459.
HSL color Cylindrical-coordinate representation of color #430B8D: hue angle of 265.85º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430B8D is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 11 | 141 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.45 |
| HSL | 265.85º | 0.86% | 0.3% | - |
| HSV(B) | 265.85º | 0.92% | 0.55% | - |
| XYZ | 7.24 | 3.36 | 25.47 | - |
| YUV | 42.56 | 183.55 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 141 | 0.52 | 0.92 | 0 | 0.45 | 265.85 | 0.86 | 0.3 |
| Hex | 43 | B | 8D | 34 | 5C | 0 | 2D | 10A | 56 | 1E |
| Octal | 103 | 13 | 215 | 64 | 134 | 0 | 55 | 412 | 126 | 36 |
| Binary | 1000011 | 1011 | 10001101 | 110100 | 1011100 | 0 | 101101 | 100001010 | 1010110 | 11110 |
Color Harmonies of #430B8D
Complementary color
Monochromatic Colors of #430B8D
Black with #430B8D
Text Example
Text Example
White with #430B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B8D; }
p { color: rgb(67,11,141); }
H1.HeaderClassName
{
color: #430B8D;
}
.AnyTagClassName
{
color: #430B8D;
}
</style>
background-color css
<style>
a { background-color: #430B8D; }
a { background-color: rgb(67,11,141); }
div.DivClassName
{
background-color: #430B8D;
}
.BgClassName
{
background-color: #430B8D;
}
</style>
border-color css
<style>
span { border-color: #430B8D; }
span { border-color: rgb(67,11,141); }
td.TdClassName
{
border-color: #430B8D;
}
.TagClassName
{
border-color: #430B8D;
}
</style>