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