Shades of Indigo #430D78
Tints of Indigo #430D78
RGB
CMYK
RGB Variations
Color information
#430D78 (or 0x430D78) is known color: Indigo. HEX triplet: 43, 0D and 78. RGB value is (67,13,120). Sum of RGB (Red+Green+Blue) = 67+13+120=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #430D78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D78 is #BCF287. Grayscale: #282828. Windows color (decimal): -12382856 or 7867715. OLE color: 7867715.
HSL color Cylindrical-coordinate representation of color #430D78: hue angle of 270.28º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430D78 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 13 | 120 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.53 |
| HSL | 270.28º | 0.8% | 0.26% | - |
| HSV(B) | 270.28º | 0.89% | 0.47% | - |
| XYZ | 5.85 | 2.84 | 18.01 | - |
| YUV | 41.34 | 172.39 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 120 | 0.44 | 0.89 | 0 | 0.53 | 270.28 | 0.8 | 0.26 |
| Hex | 43 | D | 78 | 2C | 59 | 0 | 35 | 10E | 50 | 1A |
| Octal | 103 | 15 | 170 | 54 | 131 | 0 | 65 | 416 | 120 | 32 |
| Binary | 1000011 | 1101 | 1111000 | 101100 | 1011001 | 0 | 110101 | 100001110 | 1010000 | 11010 |
Color Harmonies of #430D78
Complementary color
Monochromatic Colors of #430D78
Black with #430D78
Text Example
Text Example
White with #430D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D78; }
p { color: rgb(67,13,120); }
H1.HeaderClassName
{
color: #430D78;
}
.AnyTagClassName
{
color: #430D78;
}
</style>
background-color css
<style>
a { background-color: #430D78; }
a { background-color: rgb(67,13,120); }
div.DivClassName
{
background-color: #430D78;
}
.BgClassName
{
background-color: #430D78;
}
</style>
border-color css
<style>
span { border-color: #430D78; }
span { border-color: rgb(67,13,120); }
td.TdClassName
{
border-color: #430D78;
}
.TagClassName
{
border-color: #430D78;
}
</style>