Shades of Indigo #430F8E
Tints of Indigo #430F8E
RGB
CMYK
RGB Variations
Color information
#430F8E (or 0x430F8E) is known color: Indigo. HEX triplet: 43, 0F and 8E. RGB value is (67,15,142). Sum of RGB (Red+Green+Blue) = 67+15+142=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 142 (55.86% from 255 or 63.39% from 224); Max value from RGB is 142 - color contains mainly: blue. Hex color #430F8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430F8E is #BCF071. Grayscale: #2C2C2C. Windows color (decimal): -12382322 or 9310019. OLE color: 9310019.
HSL color Cylindrical-coordinate representation of color #430F8E: hue angle of 264.57º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430F8E is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 15 | 142 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.44 |
| HSL | 264.57º | 0.81% | 0.31% | - |
| HSV(B) | 264.57º | 0.89% | 0.56% | - |
| XYZ | 7.37 | 3.49 | 25.88 | - |
| YUV | 45.03 | 182.73 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 142 | 0.53 | 0.89 | 0 | 0.44 | 264.57 | 0.81 | 0.31 |
| Hex | 43 | F | 8E | 35 | 59 | 0 | 2C | 109 | 51 | 1F |
| Octal | 103 | 17 | 216 | 65 | 131 | 0 | 54 | 411 | 121 | 37 |
| Binary | 1000011 | 1111 | 10001110 | 110101 | 1011001 | 0 | 101100 | 100001001 | 1010001 | 11111 |
Color Harmonies of #430F8E
Complementary color
Monochromatic Colors of #430F8E
Black with #430F8E
Text Example
Text Example
White with #430F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F8E; }
p { color: rgb(67,15,142); }
H1.HeaderClassName
{
color: #430F8E;
}
.AnyTagClassName
{
color: #430F8E;
}
</style>
background-color css
<style>
a { background-color: #430F8E; }
a { background-color: rgb(67,15,142); }
div.DivClassName
{
background-color: #430F8E;
}
.BgClassName
{
background-color: #430F8E;
}
</style>
border-color css
<style>
span { border-color: #430F8E; }
span { border-color: rgb(67,15,142); }
td.TdClassName
{
border-color: #430F8E;
}
.TagClassName
{
border-color: #430F8E;
}
</style>