Shades of Indigo #430393
Tints of Indigo #430393
RGB
CMYK
RGB Variations
Color information
#430393 (or 0x430393) is known color: Indigo. HEX triplet: 43, 03 and 93. RGB value is (67,3,147). Sum of RGB (Red+Green+Blue) = 67+3+147=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #430393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430393 is #BCFC6C. Grayscale: #262626. Windows color (decimal): -12385389 or 9634627. OLE color: 9634627.
HSL color Cylindrical-coordinate representation of color #430393: hue angle of 266.67º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430393 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 3 | 147 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.42 |
| HSL | 266.67º | 0.96% | 0.29% | - |
| HSV(B) | 266.67º | 0.98% | 0.58% | - |
| XYZ | 7.61 | 3.37 | 27.85 | - |
| YUV | 38.55 | 189.2 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 147 | 0.54 | 0.98 | 0 | 0.42 | 266.67 | 0.96 | 0.29 |
| Hex | 43 | 3 | 93 | 36 | 62 | 0 | 2A | 10B | 60 | 1D |
| Octal | 103 | 3 | 223 | 66 | 142 | 0 | 52 | 413 | 140 | 35 |
| Binary | 1000011 | 11 | 10010011 | 110110 | 1100010 | 0 | 101010 | 100001011 | 1100000 | 11101 |
Color Harmonies of #430393
Complementary color
Monochromatic Colors of #430393
Black with #430393
Text Example
Text Example
White with #430393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430393; }
p { color: rgb(67,3,147); }
H1.HeaderClassName
{
color: #430393;
}
.AnyTagClassName
{
color: #430393;
}
</style>
background-color css
<style>
a { background-color: #430393; }
a { background-color: rgb(67,3,147); }
div.DivClassName
{
background-color: #430393;
}
.BgClassName
{
background-color: #430393;
}
</style>
border-color css
<style>
span { border-color: #430393; }
span { border-color: rgb(67,3,147); }
td.TdClassName
{
border-color: #430393;
}
.TagClassName
{
border-color: #430393;
}
</style>