Shades of Indigo #430392
Tints of Indigo #430392
RGB
CMYK
RGB Variations
Color information
#430392 (or 0x430392) is known color: Indigo. HEX triplet: 43, 03 and 92. RGB value is (67,3,146). Sum of RGB (Red+Green+Blue) = 67+3+146=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #430392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430392 is #BCFC6D. Grayscale: #252525. Windows color (decimal): -12385390 or 9569091. OLE color: 9569091.
HSL color Cylindrical-coordinate representation of color #430392: hue angle of 266.85º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430392 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 3 | 146 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.43 |
| HSL | 266.85º | 0.96% | 0.29% | - |
| HSV(B) | 266.85º | 0.98% | 0.57% | - |
| XYZ | 7.54 | 3.33 | 27.44 | - |
| YUV | 38.44 | 188.7 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 146 | 0.54 | 0.98 | 0 | 0.43 | 266.85 | 0.96 | 0.29 |
| Hex | 43 | 3 | 92 | 36 | 62 | 0 | 2B | 10B | 60 | 1D |
| Octal | 103 | 3 | 222 | 66 | 142 | 0 | 53 | 413 | 140 | 35 |
| Binary | 1000011 | 11 | 10010010 | 110110 | 1100010 | 0 | 101011 | 100001011 | 1100000 | 11101 |
Color Harmonies of #430392
Complementary color
Monochromatic Colors of #430392
Black with #430392
Text Example
Text Example
White with #430392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430392; }
p { color: rgb(67,3,146); }
H1.HeaderClassName
{
color: #430392;
}
.AnyTagClassName
{
color: #430392;
}
</style>
background-color css
<style>
a { background-color: #430392; }
a { background-color: rgb(67,3,146); }
div.DivClassName
{
background-color: #430392;
}
.BgClassName
{
background-color: #430392;
}
</style>
border-color css
<style>
span { border-color: #430392; }
span { border-color: rgb(67,3,146); }
td.TdClassName
{
border-color: #430392;
}
.TagClassName
{
border-color: #430392;
}
</style>