Shades of Indigo #430799
Tints of Indigo #430799
RGB
CMYK
RGB Variations
Color information
#430799 (or 0x430799) is known color: Indigo. HEX triplet: 43, 07 and 99. RGB value is (67,7,153). Sum of RGB (Red+Green+Blue) = 67+7+153=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #430799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430799 is #BCF866. Grayscale: #292929. Windows color (decimal): -12384359 or 10028867. OLE color: 10028867.
HSL color Cylindrical-coordinate representation of color #430799: hue angle of 264.66º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430799 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 7 | 153 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.4 |
| HSL | 264.66º | 0.91% | 0.31% | - |
| HSV(B) | 264.66º | 0.95% | 0.6% | - |
| XYZ | 8.14 | 3.65 | 30.41 | - |
| YUV | 41.58 | 190.88 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 153 | 0.56 | 0.95 | 0 | 0.4 | 264.66 | 0.91 | 0.31 |
| Hex | 43 | 7 | 99 | 38 | 5F | 0 | 28 | 109 | 5B | 1F |
| Octal | 103 | 7 | 231 | 70 | 137 | 0 | 50 | 411 | 133 | 37 |
| Binary | 1000011 | 111 | 10011001 | 111000 | 1011111 | 0 | 101000 | 100001001 | 1011011 | 11111 |
Color Harmonies of #430799
Complementary color
Monochromatic Colors of #430799
Black with #430799
Text Example
Text Example
White with #430799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430799; }
p { color: rgb(67,7,153); }
H1.HeaderClassName
{
color: #430799;
}
.AnyTagClassName
{
color: #430799;
}
</style>
background-color css
<style>
a { background-color: #430799; }
a { background-color: rgb(67,7,153); }
div.DivClassName
{
background-color: #430799;
}
.BgClassName
{
background-color: #430799;
}
</style>
border-color css
<style>
span { border-color: #430799; }
span { border-color: rgb(67,7,153); }
td.TdClassName
{
border-color: #430799;
}
.TagClassName
{
border-color: #430799;
}
</style>