Shades of Indigo #430693
Tints of Indigo #430693
RGB
CMYK
RGB Variations
Color information
#430693 (or 0x430693) is known color: Indigo. HEX triplet: 43, 06 and 93. RGB value is (67,6,147). Sum of RGB (Red+Green+Blue) = 67+6+147=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #430693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430693 is #BCF96C. Grayscale: #272727. Windows color (decimal): -12384621 or 9635395. OLE color: 9635395.
HSL color Cylindrical-coordinate representation of color #430693: hue angle of 265.96º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430693 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 6 | 147 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.42 |
| HSL | 265.96º | 0.92% | 0.3% | - |
| HSV(B) | 265.96º | 0.96% | 0.58% | - |
| XYZ | 7.65 | 3.43 | 27.86 | - |
| YUV | 40.31 | 188.21 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 6 | 147 | 0.54 | 0.96 | 0 | 0.42 | 265.96 | 0.92 | 0.3 |
| Hex | 43 | 6 | 93 | 36 | 60 | 0 | 2A | 10A | 5C | 1E |
| Octal | 103 | 6 | 223 | 66 | 140 | 0 | 52 | 412 | 134 | 36 |
| Binary | 1000011 | 110 | 10010011 | 110110 | 1100000 | 0 | 101010 | 100001010 | 1011100 | 11110 |
Color Harmonies of #430693
Complementary color
Monochromatic Colors of #430693
Black with #430693
Text Example
Text Example
White with #430693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430693; }
p { color: rgb(67,6,147); }
H1.HeaderClassName
{
color: #430693;
}
.AnyTagClassName
{
color: #430693;
}
</style>
background-color css
<style>
a { background-color: #430693; }
a { background-color: rgb(67,6,147); }
div.DivClassName
{
background-color: #430693;
}
.BgClassName
{
background-color: #430693;
}
</style>
border-color css
<style>
span { border-color: #430693; }
span { border-color: rgb(67,6,147); }
td.TdClassName
{
border-color: #430693;
}
.TagClassName
{
border-color: #430693;
}
</style>