Shades of Indigo #430C69
Tints of Indigo #430C69
RGB
CMYK
RGB Variations
Color information
#430C69 (or 0x430C69) is known color: Indigo. HEX triplet: 43, 0C and 69. RGB value is (67,12,105). Sum of RGB (Red+Green+Blue) = 67+12+105=184 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.41% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #430C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430C69 is #BCF396. Grayscale: #262626. Windows color (decimal): -12383127 or 6884419. OLE color: 6884419.
HSL color Cylindrical-coordinate representation of color #430C69: hue angle of 275.48º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430C69 is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 12 | 105 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.59 |
| HSL | 275.48º | 0.79% | 0.23% | - |
| HSV(B) | 275.48º | 0.89% | 0.41% | - |
| XYZ | 5 | 2.48 | 13.58 | - |
| YUV | 39.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 105 | 0.36 | 0.89 | 0 | 0.59 | 275.48 | 0.79 | 0.23 |
| Hex | 43 | C | 69 | 24 | 59 | 0 | 3B | 113 | 4F | 17 |
| Octal | 103 | 14 | 151 | 44 | 131 | 0 | 73 | 423 | 117 | 27 |
| Binary | 1000011 | 1100 | 1101001 | 100100 | 1011001 | 0 | 111011 | 100010011 | 1001111 | 10111 |
Color Harmonies of #430C69
Complementary color
Monochromatic Colors of #430C69
Black with #430C69
Text Example
Text Example
White with #430C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C69; }
p { color: rgb(67,12,105); }
H1.HeaderClassName
{
color: #430C69;
}
.AnyTagClassName
{
color: #430C69;
}
</style>
background-color css
<style>
a { background-color: #430C69; }
a { background-color: rgb(67,12,105); }
div.DivClassName
{
background-color: #430C69;
}
.BgClassName
{
background-color: #430C69;
}
</style>
border-color css
<style>
span { border-color: #430C69; }
span { border-color: rgb(67,12,105); }
td.TdClassName
{
border-color: #430C69;
}
.TagClassName
{
border-color: #430C69;
}
</style>