Shades of Indigo #67019D
Tints of Indigo #67019D
RGB
CMYK
RGB Variations
Color information
#67019D (or 0x67019D) is known color: Indigo. HEX triplet: 67, 01 and 9D. RGB value is (103,1,157). Sum of RGB (Red+Green+Blue) = 103+1+157=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #67019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67019D is #98FE62. Grayscale: #303030. Windows color (decimal): -10026595 or 10289511. OLE color: 10289511.
HSL color Cylindrical-coordinate representation of color #67019D: hue angle of 279.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67019D is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 1 | 157 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.38 |
| HSL | 279.23º | 0.99% | 0.31% | - |
| HSV(B) | 279.23º | 0.99% | 0.62% | - |
| XYZ | 11.69 | 5.34 | 32.31 | - |
| YUV | 49.28 | 188.79 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 157 | 0.34 | 0.99 | 0 | 0.38 | 279.23 | 0.99 | 0.31 |
| Hex | 67 | 1 | 9D | 22 | 63 | 0 | 26 | 117 | 63 | 1F |
| Octal | 147 | 1 | 235 | 42 | 143 | 0 | 46 | 427 | 143 | 37 |
| Binary | 1100111 | 1 | 10011101 | 100010 | 1100011 | 0 | 100110 | 100010111 | 1100011 | 11111 |
Color Harmonies of #67019D
Complementary color
Monochromatic Colors of #67019D
Black with #67019D
Text Example
Text Example
White with #67019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67019D; }
p { color: rgb(103,1,157); }
H1.HeaderClassName
{
color: #67019D;
}
.AnyTagClassName
{
color: #67019D;
}
</style>
background-color css
<style>
a { background-color: #67019D; }
a { background-color: rgb(103,1,157); }
div.DivClassName
{
background-color: #67019D;
}
.BgClassName
{
background-color: #67019D;
}
</style>
border-color css
<style>
span { border-color: #67019D; }
span { border-color: rgb(103,1,157); }
td.TdClassName
{
border-color: #67019D;
}
.TagClassName
{
border-color: #67019D;
}
</style>