Shades of Indigo #67038D
Tints of Indigo #67038D
RGB
CMYK
RGB Variations
Color information
#67038D (or 0x67038D) is known color: Indigo. HEX triplet: 67, 03 and 8D. RGB value is (103,3,141). Sum of RGB (Red+Green+Blue) = 103+3+141=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #67038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67038D is #98FC72. Grayscale: #303030. Windows color (decimal): -10026099 or 9241447. OLE color: 9241447.
HSL color Cylindrical-coordinate representation of color #67038D: hue angle of 283.48º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67038D is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 3 | 141 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.45 |
| HSL | 283.48º | 0.96% | 0.28% | - |
| HSV(B) | 283.48º | 0.98% | 0.55% | - |
| XYZ | 10.43 | 4.87 | 25.59 | - |
| YUV | 48.63 | 180.13 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 141 | 0.27 | 0.98 | 0 | 0.45 | 283.48 | 0.96 | 0.28 |
| Hex | 67 | 3 | 8D | 1B | 62 | 0 | 2D | 11B | 60 | 1C |
| Octal | 147 | 3 | 215 | 33 | 142 | 0 | 55 | 433 | 140 | 34 |
| Binary | 1100111 | 11 | 10001101 | 11011 | 1100010 | 0 | 101101 | 100011011 | 1100000 | 11100 |
Color Harmonies of #67038D
Complementary color
Monochromatic Colors of #67038D
Black with #67038D
Text Example
Text Example
White with #67038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67038D; }
p { color: rgb(103,3,141); }
H1.HeaderClassName
{
color: #67038D;
}
.AnyTagClassName
{
color: #67038D;
}
</style>
background-color css
<style>
a { background-color: #67038D; }
a { background-color: rgb(103,3,141); }
div.DivClassName
{
background-color: #67038D;
}
.BgClassName
{
background-color: #67038D;
}
</style>
border-color css
<style>
span { border-color: #67038D; }
span { border-color: rgb(103,3,141); }
td.TdClassName
{
border-color: #67038D;
}
.TagClassName
{
border-color: #67038D;
}
</style>