Shades of Indigo #430F88
Tints of Indigo #430F88
RGB
CMYK
RGB Variations
Color information
#430F88 (or 0x430F88) is known color: Indigo. HEX triplet: 43, 0F and 88. RGB value is (67,15,136). Sum of RGB (Red+Green+Blue) = 67+15+136=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 136 (53.52% from 255 or 62.39% from 218); Max value from RGB is 136 - color contains mainly: blue. Hex color #430F88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430F88 is #BCF077. Grayscale: #2B2B2B. Windows color (decimal): -12382328 or 8916803. OLE color: 8916803.
HSL color Cylindrical-coordinate representation of color #430F88: hue angle of 265.79º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430F88 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 15 | 136 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.47 |
| HSL | 265.79º | 0.8% | 0.3% | - |
| HSV(B) | 265.79º | 0.89% | 0.53% | - |
| XYZ | 6.93 | 3.31 | 23.57 | - |
| YUV | 44.34 | 179.73 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 136 | 0.51 | 0.89 | 0 | 0.47 | 265.79 | 0.8 | 0.3 |
| Hex | 43 | F | 88 | 33 | 59 | 0 | 2F | 10A | 50 | 1E |
| Octal | 103 | 17 | 210 | 63 | 131 | 0 | 57 | 412 | 120 | 36 |
| Binary | 1000011 | 1111 | 10001000 | 110011 | 1011001 | 0 | 101111 | 100001010 | 1010000 | 11110 |
Color Harmonies of #430F88
Complementary color
Monochromatic Colors of #430F88
Black with #430F88
Text Example
Text Example
White with #430F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F88; }
p { color: rgb(67,15,136); }
H1.HeaderClassName
{
color: #430F88;
}
.AnyTagClassName
{
color: #430F88;
}
</style>
background-color css
<style>
a { background-color: #430F88; }
a { background-color: rgb(67,15,136); }
div.DivClassName
{
background-color: #430F88;
}
.BgClassName
{
background-color: #430F88;
}
</style>
border-color css
<style>
span { border-color: #430F88; }
span { border-color: rgb(67,15,136); }
td.TdClassName
{
border-color: #430F88;
}
.TagClassName
{
border-color: #430F88;
}
</style>