Shades of Indigo #430092
Tints of Indigo #430092
RGB
CMYK
RGB Variations
Color information
#430092 (or 0x430092) is known color: Indigo. HEX triplet: 43, 00 and 92. RGB value is (67,0,146). Sum of RGB (Red+Green+Blue) = 67+0+146=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #430092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430092 is #BCFF6D. Grayscale: #242424. Windows color (decimal): -12386158 or 9568323. OLE color: 9568323.
HSL color Cylindrical-coordinate representation of color #430092: hue angle of 267.53º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430092 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 0 | 146 | - |
| CMYK | 0.54 | 1 | 0 | 0.43 |
| HSL | 267.53º | 1% | 0.29% | - |
| HSV(B) | 267.53º | 1% | 0.57% | - |
| XYZ | 7.5 | 3.27 | 27.43 | - |
| YUV | 36.68 | 189.7 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 146 | 0.54 | 1 | 0 | 0.43 | 267.53 | 1 | 0.29 |
| Hex | 43 | 0 | 92 | 36 | 64 | 0 | 2B | 10C | 64 | 1D |
| Octal | 103 | 0 | 222 | 66 | 144 | 0 | 53 | 414 | 144 | 35 |
| Binary | 1000011 | 0 | 10010010 | 110110 | 1100100 | 0 | 101011 | 100001100 | 1100100 | 11101 |
Color Harmonies of #430092
Complementary color
Monochromatic Colors of #430092
Black with #430092
Text Example
Text Example
White with #430092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430092; }
p { color: rgb(67,0,146); }
H1.HeaderClassName
{
color: #430092;
}
.AnyTagClassName
{
color: #430092;
}
</style>
background-color css
<style>
a { background-color: #430092; }
a { background-color: rgb(67,0,146); }
div.DivClassName
{
background-color: #430092;
}
.BgClassName
{
background-color: #430092;
}
</style>
border-color css
<style>
span { border-color: #430092; }
span { border-color: rgb(67,0,146); }
td.TdClassName
{
border-color: #430092;
}
.TagClassName
{
border-color: #430092;
}
</style>