Shades of Indigo #67038B
Tints of Indigo #67038B
RGB
CMYK
RGB Variations
Color information
#67038B (or 0x67038B) is known color: Indigo. HEX triplet: 67, 03 and 8B. RGB value is (103,3,139). Sum of RGB (Red+Green+Blue) = 103+3+139=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #67038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67038B is #98FC74. Grayscale: #2F2F2F. Windows color (decimal): -10026101 or 9110375. OLE color: 9110375.
HSL color Cylindrical-coordinate representation of color #67038B: hue angle of 284.12º 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 #67038B is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 3 | 139 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.45 |
| HSL | 284.12º | 0.96% | 0.28% | - |
| HSV(B) | 284.12º | 0.98% | 0.55% | - |
| XYZ | 10.29 | 4.81 | 24.81 | - |
| YUV | 48.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 139 | 0.26 | 0.98 | 0 | 0.45 | 284.12 | 0.96 | 0.28 |
| Hex | 67 | 3 | 8B | 1A | 62 | 0 | 2D | 11C | 60 | 1C |
| Octal | 147 | 3 | 213 | 32 | 142 | 0 | 55 | 434 | 140 | 34 |
| Binary | 1100111 | 11 | 10001011 | 11010 | 1100010 | 0 | 101101 | 100011100 | 1100000 | 11100 |
Color Harmonies of #67038B
Complementary color
Monochromatic Colors of #67038B
Black with #67038B
Text Example
Text Example
White with #67038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67038B; }
p { color: rgb(103,3,139); }
H1.HeaderClassName
{
color: #67038B;
}
.AnyTagClassName
{
color: #67038B;
}
</style>
background-color css
<style>
a { background-color: #67038B; }
a { background-color: rgb(103,3,139); }
div.DivClassName
{
background-color: #67038B;
}
.BgClassName
{
background-color: #67038B;
}
</style>
border-color css
<style>
span { border-color: #67038B; }
span { border-color: rgb(103,3,139); }
td.TdClassName
{
border-color: #67038B;
}
.TagClassName
{
border-color: #67038B;
}
</style>