Shades of Indigo #430C6E
Tints of Indigo #430C6E
RGB
CMYK
RGB Variations
Color information
#430C6E (or 0x430C6E) is known color: Indigo. HEX triplet: 43, 0C and 6E. RGB value is (67,12,110). Sum of RGB (Red+Green+Blue) = 67+12+110=189 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.45% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #430C6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430C6E is #BCF391. Grayscale: #272727. Windows color (decimal): -12383122 or 7212099. OLE color: 7212099.
HSL color Cylindrical-coordinate representation of color #430C6E: hue angle of 273.67º 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 #430C6E is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 12 | 110 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.57 |
| HSL | 273.67º | 0.8% | 0.24% | - |
| HSV(B) | 273.67º | 0.89% | 0.43% | - |
| XYZ | 5.26 | 2.58 | 14.97 | - |
| YUV | 39.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 110 | 0.39 | 0.89 | 0 | 0.57 | 273.67 | 0.8 | 0.24 |
| Hex | 43 | C | 6E | 27 | 59 | 0 | 39 | 112 | 50 | 18 |
| Octal | 103 | 14 | 156 | 47 | 131 | 0 | 71 | 422 | 120 | 30 |
| Binary | 1000011 | 1100 | 1101110 | 100111 | 1011001 | 0 | 111001 | 100010010 | 1010000 | 11000 |
Color Harmonies of #430C6E
Complementary color
Monochromatic Colors of #430C6E
Black with #430C6E
Text Example
Text Example
White with #430C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C6E; }
p { color: rgb(67,12,110); }
H1.HeaderClassName
{
color: #430C6E;
}
.AnyTagClassName
{
color: #430C6E;
}
</style>
background-color css
<style>
a { background-color: #430C6E; }
a { background-color: rgb(67,12,110); }
div.DivClassName
{
background-color: #430C6E;
}
.BgClassName
{
background-color: #430C6E;
}
</style>
border-color css
<style>
span { border-color: #430C6E; }
span { border-color: rgb(67,12,110); }
td.TdClassName
{
border-color: #430C6E;
}
.TagClassName
{
border-color: #430C6E;
}
</style>