Shades of Indigo #430B90
Tints of Indigo #430B90
RGB
CMYK
RGB Variations
Color information
#430B90 (or 0x430B90) is known color: Indigo. HEX triplet: 43, 0B and 90. RGB value is (67,11,144). Sum of RGB (Red+Green+Blue) = 67+11+144=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #430B90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430B90 is #BCF46F. Grayscale: #2A2A2A. Windows color (decimal): -12383344 or 9440067. OLE color: 9440067.
HSL color Cylindrical-coordinate representation of color #430B90: hue angle of 265.26º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430B90 is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 11 | 144 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.44 |
| HSL | 265.26º | 0.86% | 0.3% | - |
| HSV(B) | 265.26º | 0.92% | 0.56% | - |
| XYZ | 7.47 | 3.45 | 26.66 | - |
| YUV | 42.91 | 185.05 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 144 | 0.53 | 0.92 | 0 | 0.44 | 265.26 | 0.86 | 0.3 |
| Hex | 43 | B | 90 | 35 | 5C | 0 | 2C | 109 | 56 | 1E |
| Octal | 103 | 13 | 220 | 65 | 134 | 0 | 54 | 411 | 126 | 36 |
| Binary | 1000011 | 1011 | 10010000 | 110101 | 1011100 | 0 | 101100 | 100001001 | 1010110 | 11110 |
Color Harmonies of #430B90
Complementary color
Monochromatic Colors of #430B90
Black with #430B90
Text Example
Text Example
White with #430B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B90; }
p { color: rgb(67,11,144); }
H1.HeaderClassName
{
color: #430B90;
}
.AnyTagClassName
{
color: #430B90;
}
</style>
background-color css
<style>
a { background-color: #430B90; }
a { background-color: rgb(67,11,144); }
div.DivClassName
{
background-color: #430B90;
}
.BgClassName
{
background-color: #430B90;
}
</style>
border-color css
<style>
span { border-color: #430B90; }
span { border-color: rgb(67,11,144); }
td.TdClassName
{
border-color: #430B90;
}
.TagClassName
{
border-color: #430B90;
}
</style>