Shades of Indigo #430D98
Tints of Indigo #430D98
RGB
CMYK
RGB Variations
Color information
#430D98 (or 0x430D98) is known color: Indigo. HEX triplet: 43, 0D and 98. RGB value is (67,13,152). Sum of RGB (Red+Green+Blue) = 67+13+152=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #430D98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430D98 is #BCF267. Grayscale: #2C2C2C. Windows color (decimal): -12382824 or 9964867. OLE color: 9964867.
HSL color Cylindrical-coordinate representation of color #430D98: hue angle of 263.31º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430D98 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 13 | 152 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.40 |
| HSL | 263.31º | 0.84% | 0.32% | - |
| HSV(B) | 263.31º | 0.91% | 0.6% | - |
| XYZ | 8.13 | 3.75 | 30 | - |
| YUV | 44.99 | 188.39 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 152 | 0.56 | 0.91 | 0 | 0.40 | 263.31 | 0.84 | 0.32 |
| Hex | 43 | D | 98 | 38 | 5B | 0 | 28 | 107 | 54 | 20 |
| Octal | 103 | 15 | 230 | 70 | 133 | 0 | 50 | 407 | 124 | 40 |
| Binary | 1000011 | 1101 | 10011000 | 111000 | 1011011 | 0 | 101000 | 100000111 | 1010100 | 100000 |
Color Harmonies of #430D98
Complementary color
Monochromatic Colors of #430D98
Black with #430D98
Text Example
Text Example
White with #430D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D98; }
p { color: rgb(67,13,152); }
H1.HeaderClassName
{
color: #430D98;
}
.AnyTagClassName
{
color: #430D98;
}
</style>
background-color css
<style>
a { background-color: #430D98; }
a { background-color: rgb(67,13,152); }
div.DivClassName
{
background-color: #430D98;
}
.BgClassName
{
background-color: #430D98;
}
</style>
border-color css
<style>
span { border-color: #430D98; }
span { border-color: rgb(67,13,152); }
td.TdClassName
{
border-color: #430D98;
}
.TagClassName
{
border-color: #430D98;
}
</style>