Shades of Indigo #430D6A
Tints of Indigo #430D6A
RGB
CMYK
RGB Variations
Color information
#430D6A (or 0x430D6A) is known color: Indigo. HEX triplet: 43, 0D and 6A. RGB value is (67,13,106). Sum of RGB (Red+Green+Blue) = 67+13+106=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 106 (41.80% from 255 or 56.99% from 186); Max value from RGB is 106 - color contains mainly: blue. Hex color #430D6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D6A is #BCF295. Grayscale: #272727. Windows color (decimal): -12382870 or 6950211. OLE color: 6950211.
HSL color Cylindrical-coordinate representation of color #430D6A: hue angle of 274.84º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430D6A is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 13 | 106 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.58 |
| HSL | 274.84º | 0.78% | 0.23% | - |
| HSV(B) | 274.84º | 0.88% | 0.42% | - |
| XYZ | 5.06 | 2.52 | 13.86 | - |
| YUV | 39.75 | 165.39 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 106 | 0.37 | 0.88 | 0 | 0.58 | 274.84 | 0.78 | 0.23 |
| Hex | 43 | D | 6A | 25 | 58 | 0 | 3A | 113 | 4E | 17 |
| Octal | 103 | 15 | 152 | 45 | 130 | 0 | 72 | 423 | 116 | 27 |
| Binary | 1000011 | 1101 | 1101010 | 100101 | 1011000 | 0 | 111010 | 100010011 | 1001110 | 10111 |
Color Harmonies of #430D6A
Complementary color
Monochromatic Colors of #430D6A
Black with #430D6A
Text Example
Text Example
White with #430D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D6A; }
p { color: rgb(67,13,106); }
H1.HeaderClassName
{
color: #430D6A;
}
.AnyTagClassName
{
color: #430D6A;
}
</style>
background-color css
<style>
a { background-color: #430D6A; }
a { background-color: rgb(67,13,106); }
div.DivClassName
{
background-color: #430D6A;
}
.BgClassName
{
background-color: #430D6A;
}
</style>
border-color css
<style>
span { border-color: #430D6A; }
span { border-color: rgb(67,13,106); }
td.TdClassName
{
border-color: #430D6A;
}
.TagClassName
{
border-color: #430D6A;
}
</style>