Shades of Indigo #430B98
Tints of Indigo #430B98
RGB
CMYK
RGB Variations
Color information
#430B98 (or 0x430B98) is known color: Indigo. HEX triplet: 43, 0B and 98. RGB value is (67,11,152). Sum of RGB (Red+Green+Blue) = 67+11+152=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #430B98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430B98 is #BCF467. Grayscale: #2B2B2B. Windows color (decimal): -12383336 or 9964355. OLE color: 9964355.
HSL color Cylindrical-coordinate representation of color #430B98: hue angle of 263.83º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430B98 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 11 | 152 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.40 |
| HSL | 263.83º | 0.87% | 0.32% | - |
| HSV(B) | 263.83º | 0.93% | 0.6% | - |
| XYZ | 8.1 | 3.7 | 29.99 | - |
| YUV | 43.82 | 189.05 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 152 | 0.56 | 0.93 | 0 | 0.40 | 263.83 | 0.87 | 0.32 |
| Hex | 43 | B | 98 | 38 | 5D | 0 | 28 | 108 | 57 | 20 |
| Octal | 103 | 13 | 230 | 70 | 135 | 0 | 50 | 410 | 127 | 40 |
| Binary | 1000011 | 1011 | 10011000 | 111000 | 1011101 | 0 | 101000 | 100001000 | 1010111 | 100000 |
Color Harmonies of #430B98
Complementary color
Monochromatic Colors of #430B98
Black with #430B98
Text Example
Text Example
White with #430B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B98; }
p { color: rgb(67,11,152); }
H1.HeaderClassName
{
color: #430B98;
}
.AnyTagClassName
{
color: #430B98;
}
</style>
background-color css
<style>
a { background-color: #430B98; }
a { background-color: rgb(67,11,152); }
div.DivClassName
{
background-color: #430B98;
}
.BgClassName
{
background-color: #430B98;
}
</style>
border-color css
<style>
span { border-color: #430B98; }
span { border-color: rgb(67,11,152); }
td.TdClassName
{
border-color: #430B98;
}
.TagClassName
{
border-color: #430B98;
}
</style>