Shades of Indigo #430F75
Tints of Indigo #430F75
RGB
CMYK
RGB Variations
Color information
#430F75 (or 0x430F75) is known color: Indigo. HEX triplet: 43, 0F and 75. RGB value is (67,15,117). Sum of RGB (Red+Green+Blue) = 67+15+117=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #430F75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430F75 is #BCF08A. Grayscale: #292929. Windows color (decimal): -12382347 or 7671619. OLE color: 7671619.
HSL color Cylindrical-coordinate representation of color #430F75: hue angle of 270.59º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #430F75 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 15 | 117 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.54 |
| HSL | 270.59º | 0.77% | 0.26% | - |
| HSV(B) | 270.59º | 0.87% | 0.46% | - |
| XYZ | 5.7 | 2.82 | 17.07 | - |
| YUV | 42.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 117 | 0.43 | 0.87 | 0 | 0.54 | 270.59 | 0.77 | 0.26 |
| Hex | 43 | F | 75 | 2B | 57 | 0 | 36 | 10F | 4D | 1A |
| Octal | 103 | 17 | 165 | 53 | 127 | 0 | 66 | 417 | 115 | 32 |
| Binary | 1000011 | 1111 | 1110101 | 101011 | 1010111 | 0 | 110110 | 100001111 | 1001101 | 11010 |
Color Harmonies of #430F75
Complementary color
Monochromatic Colors of #430F75
Black with #430F75
Text Example
Text Example
White with #430F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F75; }
p { color: rgb(67,15,117); }
H1.HeaderClassName
{
color: #430F75;
}
.AnyTagClassName
{
color: #430F75;
}
</style>
background-color css
<style>
a { background-color: #430F75; }
a { background-color: rgb(67,15,117); }
div.DivClassName
{
background-color: #430F75;
}
.BgClassName
{
background-color: #430F75;
}
</style>
border-color css
<style>
span { border-color: #430F75; }
span { border-color: rgb(67,15,117); }
td.TdClassName
{
border-color: #430F75;
}
.TagClassName
{
border-color: #430F75;
}
</style>