Shades of Indigo #430B94
Tints of Indigo #430B94
RGB
CMYK
RGB Variations
Color information
#430B94 (or 0x430B94) is known color: Indigo. HEX triplet: 43, 0B and 94. RGB value is (67,11,148). Sum of RGB (Red+Green+Blue) = 67+11+148=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 148 (58.20% from 255 or 65.49% from 226); Max value from RGB is 148 - color contains mainly: blue. Hex color #430B94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430B94 is #BCF46B. Grayscale: #2A2A2A. Windows color (decimal): -12383340 or 9702211. OLE color: 9702211.
HSL color Cylindrical-coordinate representation of color #430B94: hue angle of 264.53º 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 #430B94 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 11 | 148 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.42 |
| HSL | 264.53º | 0.86% | 0.31% | - |
| HSV(B) | 264.53º | 0.93% | 0.58% | - |
| XYZ | 7.78 | 3.57 | 28.3 | - |
| YUV | 43.36 | 187.05 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 148 | 0.55 | 0.93 | 0 | 0.42 | 264.53 | 0.86 | 0.31 |
| Hex | 43 | B | 94 | 37 | 5D | 0 | 2A | 109 | 56 | 1F |
| Octal | 103 | 13 | 224 | 67 | 135 | 0 | 52 | 411 | 126 | 37 |
| Binary | 1000011 | 1011 | 10010100 | 110111 | 1011101 | 0 | 101010 | 100001001 | 1010110 | 11111 |
Color Harmonies of #430B94
Complementary color
Monochromatic Colors of #430B94
Black with #430B94
Text Example
Text Example
White with #430B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B94; }
p { color: rgb(67,11,148); }
H1.HeaderClassName
{
color: #430B94;
}
.AnyTagClassName
{
color: #430B94;
}
</style>
background-color css
<style>
a { background-color: #430B94; }
a { background-color: rgb(67,11,148); }
div.DivClassName
{
background-color: #430B94;
}
.BgClassName
{
background-color: #430B94;
}
</style>
border-color css
<style>
span { border-color: #430B94; }
span { border-color: rgb(67,11,148); }
td.TdClassName
{
border-color: #430B94;
}
.TagClassName
{
border-color: #430B94;
}
</style>