Shades of Indigo #430E85
Tints of Indigo #430E85
RGB
CMYK
RGB Variations
Color information
#430E85 (or 0x430E85) is known color: Indigo. HEX triplet: 43, 0E and 85. RGB value is (67,14,133). Sum of RGB (Red+Green+Blue) = 67+14+133=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #430E85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430E85 is #BCF17A. Grayscale: #2A2A2A. Windows color (decimal): -12382587 or 8719939. OLE color: 8719939.
HSL color Cylindrical-coordinate representation of color #430E85: hue angle of 266.72º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430E85 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 67 | 14 | 133 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.48 |
| HSL | 266.72º | 0.81% | 0.29% | - |
| HSV(B) | 266.72º | 0.89% | 0.52% | - |
| XYZ | 6.71 | 3.2 | 22.45 | - |
| YUV | 43.41 | 178.56 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 133 | 0.50 | 0.89 | 0 | 0.48 | 266.72 | 0.81 | 0.29 |
| Hex | 43 | E | 85 | 32 | 59 | 0 | 30 | 10B | 51 | 1D |
| Octal | 103 | 16 | 205 | 62 | 131 | 0 | 60 | 413 | 121 | 35 |
| Binary | 1000011 | 1110 | 10000101 | 110010 | 1011001 | 0 | 110000 | 100001011 | 1010001 | 11101 |
Color Harmonies of #430E85
Complementary color
Monochromatic Colors of #430E85
Black with #430E85
Text Example
Text Example
White with #430E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E85; }
p { color: rgb(67,14,133); }
H1.HeaderClassName
{
color: #430E85;
}
.AnyTagClassName
{
color: #430E85;
}
</style>
background-color css
<style>
a { background-color: #430E85; }
a { background-color: rgb(67,14,133); }
div.DivClassName
{
background-color: #430E85;
}
.BgClassName
{
background-color: #430E85;
}
</style>
border-color css
<style>
span { border-color: #430E85; }
span { border-color: rgb(67,14,133); }
td.TdClassName
{
border-color: #430E85;
}
.TagClassName
{
border-color: #430E85;
}
</style>