Shades of Indigo #430395
Tints of Indigo #430395
RGB
CMYK
RGB Variations
Color information
#430395 (or 0x430395) is known color: Indigo. HEX triplet: 43, 03 and 95. RGB value is (67,3,149). Sum of RGB (Red+Green+Blue) = 67+3+149=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #430395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430395 is #BCFC6A. Grayscale: #262626. Windows color (decimal): -12385387 or 9765699. OLE color: 9765699.
HSL color Cylindrical-coordinate representation of color #430395: hue angle of 266.3º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430395 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 3 | 149 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.42 |
| HSL | 266.3º | 0.96% | 0.3% | - |
| HSV(B) | 266.3º | 0.98% | 0.58% | - |
| XYZ | 7.77 | 3.43 | 28.69 | - |
| YUV | 38.78 | 190.2 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 149 | 0.55 | 0.98 | 0 | 0.42 | 266.3 | 0.96 | 0.3 |
| Hex | 43 | 3 | 95 | 37 | 62 | 0 | 2A | 10A | 60 | 1E |
| Octal | 103 | 3 | 225 | 67 | 142 | 0 | 52 | 412 | 140 | 36 |
| Binary | 1000011 | 11 | 10010101 | 110111 | 1100010 | 0 | 101010 | 100001010 | 1100000 | 11110 |
Color Harmonies of #430395
Complementary color
Monochromatic Colors of #430395
Black with #430395
Text Example
Text Example
White with #430395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430395; }
p { color: rgb(67,3,149); }
H1.HeaderClassName
{
color: #430395;
}
.AnyTagClassName
{
color: #430395;
}
</style>
background-color css
<style>
a { background-color: #430395; }
a { background-color: rgb(67,3,149); }
div.DivClassName
{
background-color: #430395;
}
.BgClassName
{
background-color: #430395;
}
</style>
border-color css
<style>
span { border-color: #430395; }
span { border-color: rgb(67,3,149); }
td.TdClassName
{
border-color: #430395;
}
.TagClassName
{
border-color: #430395;
}
</style>