Shades of Indigo #430C6D
Tints of Indigo #430C6D
RGB
CMYK
RGB Variations
Color information
#430C6D (or 0x430C6D) is known color: Indigo. HEX triplet: 43, 0C and 6D. RGB value is (67,12,109). Sum of RGB (Red+Green+Blue) = 67+12+109=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #430C6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430C6D is #BCF392. Grayscale: #272727. Windows color (decimal): -12383123 or 7146563. OLE color: 7146563.
HSL color Cylindrical-coordinate representation of color #430C6D: hue angle of 274.02º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430C6D is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 12 | 109 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.57 |
| HSL | 274.02º | 0.8% | 0.24% | - |
| HSV(B) | 274.02º | 0.89% | 0.43% | - |
| XYZ | 5.21 | 2.56 | 14.69 | - |
| YUV | 39.5 | 167.22 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 109 | 0.39 | 0.89 | 0 | 0.57 | 274.02 | 0.8 | 0.24 |
| Hex | 43 | C | 6D | 27 | 59 | 0 | 39 | 112 | 50 | 18 |
| Octal | 103 | 14 | 155 | 47 | 131 | 0 | 71 | 422 | 120 | 30 |
| Binary | 1000011 | 1100 | 1101101 | 100111 | 1011001 | 0 | 111001 | 100010010 | 1010000 | 11000 |
Color Harmonies of #430C6D
Complementary color
Monochromatic Colors of #430C6D
Black with #430C6D
Text Example
Text Example
White with #430C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C6D; }
p { color: rgb(67,12,109); }
H1.HeaderClassName
{
color: #430C6D;
}
.AnyTagClassName
{
color: #430C6D;
}
</style>
background-color css
<style>
a { background-color: #430C6D; }
a { background-color: rgb(67,12,109); }
div.DivClassName
{
background-color: #430C6D;
}
.BgClassName
{
background-color: #430C6D;
}
</style>
border-color css
<style>
span { border-color: #430C6D; }
span { border-color: rgb(67,12,109); }
td.TdClassName
{
border-color: #430C6D;
}
.TagClassName
{
border-color: #430C6D;
}
</style>