Shades of Indigo #430699
Tints of Indigo #430699
RGB
CMYK
RGB Variations
Color information
#430699 (or 0x430699) is known color: Indigo. HEX triplet: 43, 06 and 99. RGB value is (67,6,153). Sum of RGB (Red+Green+Blue) = 67+6+153=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #430699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430699 is #BCF966. Grayscale: #282828. Windows color (decimal): -12384615 or 10028611. OLE color: 10028611.
HSL color Cylindrical-coordinate representation of color #430699: hue angle of 264.9º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430699 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 6 | 153 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.4 |
| HSL | 264.9º | 0.92% | 0.31% | - |
| HSV(B) | 264.9º | 0.96% | 0.6% | - |
| XYZ | 8.13 | 3.62 | 30.41 | - |
| YUV | 41 | 191.21 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 153 | 0.56 | 0.96 | 0 | 0.4 | 264.9 | 0.92 | 0.31 |
| Hex | 43 | 6 | 99 | 38 | 60 | 0 | 28 | 109 | 5C | 1F |
| Octal | 103 | 6 | 231 | 70 | 140 | 0 | 50 | 411 | 134 | 37 |
| Binary | 1000011 | 110 | 10011001 | 111000 | 1100000 | 0 | 101000 | 100001001 | 1011100 | 11111 |
Color Harmonies of #430699
Complementary color
Monochromatic Colors of #430699
Black with #430699
Text Example
Text Example
White with #430699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430699; }
p { color: rgb(67,6,153); }
H1.HeaderClassName
{
color: #430699;
}
.AnyTagClassName
{
color: #430699;
}
</style>
background-color css
<style>
a { background-color: #430699; }
a { background-color: rgb(67,6,153); }
div.DivClassName
{
background-color: #430699;
}
.BgClassName
{
background-color: #430699;
}
</style>
border-color css
<style>
span { border-color: #430699; }
span { border-color: rgb(67,6,153); }
td.TdClassName
{
border-color: #430699;
}
.TagClassName
{
border-color: #430699;
}
</style>