Shades of Indigo #67048B
Tints of Indigo #67048B
RGB
CMYK
RGB Variations
Color information
#67048B (or 0x67048B) is known color: Indigo. HEX triplet: 67, 04 and 8B. RGB value is (103,4,139). Sum of RGB (Red+Green+Blue) = 103+4+139=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #67048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67048B is #98FB74. Grayscale: #303030. Windows color (decimal): -10025845 or 9110631. OLE color: 9110631.
HSL color Cylindrical-coordinate representation of color #67048B: hue angle of 284º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67048B is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 4 | 139 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.45 |
| HSL | 284º | 0.94% | 0.28% | - |
| HSV(B) | 284º | 0.97% | 0.55% | - |
| XYZ | 10.3 | 4.83 | 24.82 | - |
| YUV | 48.99 | 178.8 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 4 | 139 | 0.26 | 0.97 | 0 | 0.45 | 284 | 0.94 | 0.28 |
| Hex | 67 | 4 | 8B | 1A | 61 | 0 | 2D | 11C | 5E | 1C |
| Octal | 147 | 4 | 213 | 32 | 141 | 0 | 55 | 434 | 136 | 34 |
| Binary | 1100111 | 100 | 10001011 | 11010 | 1100001 | 0 | 101101 | 100011100 | 1011110 | 11100 |
Color Harmonies of #67048B
Complementary color
Monochromatic Colors of #67048B
Black with #67048B
Text Example
Text Example
White with #67048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67048B; }
p { color: rgb(103,4,139); }
H1.HeaderClassName
{
color: #67048B;
}
.AnyTagClassName
{
color: #67048B;
}
</style>
background-color css
<style>
a { background-color: #67048B; }
a { background-color: rgb(103,4,139); }
div.DivClassName
{
background-color: #67048B;
}
.BgClassName
{
background-color: #67048B;
}
</style>
border-color css
<style>
span { border-color: #67048B; }
span { border-color: rgb(103,4,139); }
td.TdClassName
{
border-color: #67048B;
}
.TagClassName
{
border-color: #67048B;
}
</style>