Shades of Indigo #430299
Tints of Indigo #430299
RGB
CMYK
RGB Variations
Color information
#430299 (or 0x430299) is known color: Indigo. HEX triplet: 43, 02 and 99. RGB value is (67,2,153). Sum of RGB (Red+Green+Blue) = 67+2+153=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #430299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430299 is #BCFD66. Grayscale: #262626. Windows color (decimal): -12385639 or 10027587. OLE color: 10027587.
HSL color Cylindrical-coordinate representation of color #430299: hue angle of 265.83º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430299 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 2 | 153 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.4 |
| HSL | 265.83º | 0.97% | 0.3% | - |
| HSV(B) | 265.83º | 0.99% | 0.6% | - |
| XYZ | 8.09 | 3.54 | 30.39 | - |
| YUV | 38.65 | 192.53 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 153 | 0.56 | 0.99 | 0 | 0.4 | 265.83 | 0.97 | 0.3 |
| Hex | 43 | 2 | 99 | 38 | 63 | 0 | 28 | 10A | 61 | 1E |
| Octal | 103 | 2 | 231 | 70 | 143 | 0 | 50 | 412 | 141 | 36 |
| Binary | 1000011 | 10 | 10011001 | 111000 | 1100011 | 0 | 101000 | 100001010 | 1100001 | 11110 |
Color Harmonies of #430299
Complementary color
Monochromatic Colors of #430299
Black with #430299
Text Example
Text Example
White with #430299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430299; }
p { color: rgb(67,2,153); }
H1.HeaderClassName
{
color: #430299;
}
.AnyTagClassName
{
color: #430299;
}
</style>
background-color css
<style>
a { background-color: #430299; }
a { background-color: rgb(67,2,153); }
div.DivClassName
{
background-color: #430299;
}
.BgClassName
{
background-color: #430299;
}
</style>
border-color css
<style>
span { border-color: #430299; }
span { border-color: rgb(67,2,153); }
td.TdClassName
{
border-color: #430299;
}
.TagClassName
{
border-color: #430299;
}
</style>