Shades of Indigo #430B93
Tints of Indigo #430B93
RGB
CMYK
RGB Variations
Color information
#430B93 (or 0x430B93) is known color: Indigo. HEX triplet: 43, 0B and 93. RGB value is (67,11,147). Sum of RGB (Red+Green+Blue) = 67+11+147=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #430B93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430B93 is #BCF46C. Grayscale: #2A2A2A. Windows color (decimal): -12383341 or 9636675. OLE color: 9636675.
HSL color Cylindrical-coordinate representation of color #430B93: hue angle of 264.71º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430B93 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 11 | 147 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.42 |
| HSL | 264.71º | 0.86% | 0.31% | - |
| HSV(B) | 264.71º | 0.93% | 0.58% | - |
| XYZ | 7.7 | 3.54 | 27.88 | - |
| YUV | 43.25 | 186.55 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 147 | 0.54 | 0.93 | 0 | 0.42 | 264.71 | 0.86 | 0.31 |
| Hex | 43 | B | 93 | 36 | 5D | 0 | 2A | 109 | 56 | 1F |
| Octal | 103 | 13 | 223 | 66 | 135 | 0 | 52 | 411 | 126 | 37 |
| Binary | 1000011 | 1011 | 10010011 | 110110 | 1011101 | 0 | 101010 | 100001001 | 1010110 | 11111 |
Color Harmonies of #430B93
Complementary color
Monochromatic Colors of #430B93
Black with #430B93
Text Example
Text Example
White with #430B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B93; }
p { color: rgb(67,11,147); }
H1.HeaderClassName
{
color: #430B93;
}
.AnyTagClassName
{
color: #430B93;
}
</style>
background-color css
<style>
a { background-color: #430B93; }
a { background-color: rgb(67,11,147); }
div.DivClassName
{
background-color: #430B93;
}
.BgClassName
{
background-color: #430B93;
}
</style>
border-color css
<style>
span { border-color: #430B93; }
span { border-color: rgb(67,11,147); }
td.TdClassName
{
border-color: #430B93;
}
.TagClassName
{
border-color: #430B93;
}
</style>