Shades of Indigo #430F7A
Tints of Indigo #430F7A
RGB
CMYK
RGB Variations
Color information
#430F7A (or 0x430F7A) is known color: Indigo. HEX triplet: 43, 0F and 7A. RGB value is (67,15,122). Sum of RGB (Red+Green+Blue) = 67+15+122=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #430F7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430F7A is #BCF085. Grayscale: #2A2A2A. Windows color (decimal): -12382342 or 7999299. OLE color: 7999299.
HSL color Cylindrical-coordinate representation of color #430F7A: hue angle of 269.16º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430F7A is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 15 | 122 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.52 |
| HSL | 269.16º | 0.78% | 0.27% | - |
| HSV(B) | 269.16º | 0.88% | 0.48% | - |
| XYZ | 6 | 2.94 | 18.66 | - |
| YUV | 42.75 | 172.73 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 122 | 0.45 | 0.88 | 0 | 0.52 | 269.16 | 0.78 | 0.27 |
| Hex | 43 | F | 7A | 2D | 58 | 0 | 34 | 10D | 4E | 1B |
| Octal | 103 | 17 | 172 | 55 | 130 | 0 | 64 | 415 | 116 | 33 |
| Binary | 1000011 | 1111 | 1111010 | 101101 | 1011000 | 0 | 110100 | 100001101 | 1001110 | 11011 |
Color Harmonies of #430F7A
Complementary color
Monochromatic Colors of #430F7A
Black with #430F7A
Text Example
Text Example
White with #430F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F7A; }
p { color: rgb(67,15,122); }
H1.HeaderClassName
{
color: #430F7A;
}
.AnyTagClassName
{
color: #430F7A;
}
</style>
background-color css
<style>
a { background-color: #430F7A; }
a { background-color: rgb(67,15,122); }
div.DivClassName
{
background-color: #430F7A;
}
.BgClassName
{
background-color: #430F7A;
}
</style>
border-color css
<style>
span { border-color: #430F7A; }
span { border-color: rgb(67,15,122); }
td.TdClassName
{
border-color: #430F7A;
}
.TagClassName
{
border-color: #430F7A;
}
</style>