Shades of Indigo #430778
Tints of Indigo #430778
RGB
CMYK
RGB Variations
Color information
#430778 (or 0x430778) is known color: Indigo. HEX triplet: 43, 07 and 78. RGB value is (67,7,120). Sum of RGB (Red+Green+Blue) = 67+7+120=194 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.54% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #430778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430778 is #BCF887. Grayscale: #252525. Windows color (decimal): -12384392 or 7866179. OLE color: 7866179.
HSL color Cylindrical-coordinate representation of color #430778: hue angle of 271.86º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430778 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 7 | 120 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.53 |
| HSL | 271.86º | 0.89% | 0.25% | - |
| HSV(B) | 271.86º | 0.94% | 0.47% | - |
| XYZ | 5.78 | 2.7 | 17.99 | - |
| YUV | 37.82 | 174.38 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 120 | 0.44 | 0.94 | 0 | 0.53 | 271.86 | 0.89 | 0.25 |
| Hex | 43 | 7 | 78 | 2C | 5E | 0 | 35 | 110 | 59 | 19 |
| Octal | 103 | 7 | 170 | 54 | 136 | 0 | 65 | 420 | 131 | 31 |
| Binary | 1000011 | 111 | 1111000 | 101100 | 1011110 | 0 | 110101 | 100010000 | 1011001 | 11001 |
Color Harmonies of #430778
Complementary color
Monochromatic Colors of #430778
Black with #430778
Text Example
Text Example
White with #430778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430778; }
p { color: rgb(67,7,120); }
H1.HeaderClassName
{
color: #430778;
}
.AnyTagClassName
{
color: #430778;
}
</style>
background-color css
<style>
a { background-color: #430778; }
a { background-color: rgb(67,7,120); }
div.DivClassName
{
background-color: #430778;
}
.BgClassName
{
background-color: #430778;
}
</style>
border-color css
<style>
span { border-color: #430778; }
span { border-color: rgb(67,7,120); }
td.TdClassName
{
border-color: #430778;
}
.TagClassName
{
border-color: #430778;
}
</style>