Shades of Indigo #430C85
Tints of Indigo #430C85
RGB
CMYK
RGB Variations
Color information
#430C85 (or 0x430C85) is known color: Indigo. HEX triplet: 43, 0C and 85. RGB value is (67,12,133). Sum of RGB (Red+Green+Blue) = 67+12+133=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #430C85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430C85 is #BCF37A. Grayscale: #292929. Windows color (decimal): -12383099 or 8719427. OLE color: 8719427.
HSL color Cylindrical-coordinate representation of color #430C85: hue angle of 267.27º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430C85 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 12 | 133 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.48 |
| HSL | 267.27º | 0.83% | 0.28% | - |
| HSV(B) | 267.27º | 0.91% | 0.52% | - |
| XYZ | 6.68 | 3.15 | 22.45 | - |
| YUV | 42.24 | 179.22 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 133 | 0.50 | 0.91 | 0 | 0.48 | 267.27 | 0.83 | 0.28 |
| Hex | 43 | C | 85 | 32 | 5B | 0 | 30 | 10B | 53 | 1C |
| Octal | 103 | 14 | 205 | 62 | 133 | 0 | 60 | 413 | 123 | 34 |
| Binary | 1000011 | 1100 | 10000101 | 110010 | 1011011 | 0 | 110000 | 100001011 | 1010011 | 11100 |
Color Harmonies of #430C85
Complementary color
Monochromatic Colors of #430C85
Black with #430C85
Text Example
Text Example
White with #430C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C85; }
p { color: rgb(67,12,133); }
H1.HeaderClassName
{
color: #430C85;
}
.AnyTagClassName
{
color: #430C85;
}
</style>
background-color css
<style>
a { background-color: #430C85; }
a { background-color: rgb(67,12,133); }
div.DivClassName
{
background-color: #430C85;
}
.BgClassName
{
background-color: #430C85;
}
</style>
border-color css
<style>
span { border-color: #430C85; }
span { border-color: rgb(67,12,133); }
td.TdClassName
{
border-color: #430C85;
}
.TagClassName
{
border-color: #430C85;
}
</style>