Shades of Indigo #430D6E
Tints of Indigo #430D6E
RGB
CMYK
RGB Variations
Color information
#430D6E (or 0x430D6E) is known color: Indigo. HEX triplet: 43, 0D and 6E. RGB value is (67,13,110). Sum of RGB (Red+Green+Blue) = 67+13+110=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #430D6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D6E is #BCF291. Grayscale: #272727. Windows color (decimal): -12382866 or 7212355. OLE color: 7212355.
HSL color Cylindrical-coordinate representation of color #430D6E: hue angle of 273.4º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430D6E is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 13 | 110 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.57 |
| HSL | 273.4º | 0.79% | 0.24% | - |
| HSV(B) | 273.4º | 0.88% | 0.43% | - |
| XYZ | 5.27 | 2.61 | 14.98 | - |
| YUV | 40.2 | 167.39 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 110 | 0.39 | 0.88 | 0 | 0.57 | 273.4 | 0.79 | 0.24 |
| Hex | 43 | D | 6E | 27 | 58 | 0 | 39 | 111 | 4F | 18 |
| Octal | 103 | 15 | 156 | 47 | 130 | 0 | 71 | 421 | 117 | 30 |
| Binary | 1000011 | 1101 | 1101110 | 100111 | 1011000 | 0 | 111001 | 100010001 | 1001111 | 11000 |
Color Harmonies of #430D6E
Complementary color
Monochromatic Colors of #430D6E
Black with #430D6E
Text Example
Text Example
White with #430D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D6E; }
p { color: rgb(67,13,110); }
H1.HeaderClassName
{
color: #430D6E;
}
.AnyTagClassName
{
color: #430D6E;
}
</style>
background-color css
<style>
a { background-color: #430D6E; }
a { background-color: rgb(67,13,110); }
div.DivClassName
{
background-color: #430D6E;
}
.BgClassName
{
background-color: #430D6E;
}
</style>
border-color css
<style>
span { border-color: #430D6E; }
span { border-color: rgb(67,13,110); }
td.TdClassName
{
border-color: #430D6E;
}
.TagClassName
{
border-color: #430D6E;
}
</style>