Shades of Indigo #67139D
Tints of Indigo #67139D
RGB
CMYK
RGB Variations
Color information
#67139D (or 0x67139D) is known color: Indigo. HEX triplet: 67, 13 and 9D. RGB value is (103,19,157). Sum of RGB (Red+Green+Blue) = 103+19+157=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #67139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67139D is #98EC62. Grayscale: #3B3B3B. Windows color (decimal): -10021987 or 10294119. OLE color: 10294119.
HSL color Cylindrical-coordinate representation of color #67139D: hue angle of 276.52º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67139D is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 19 | 157 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.38 |
| HSL | 276.52º | 0.78% | 0.35% | - |
| HSV(B) | 276.52º | 0.88% | 0.62% | - |
| XYZ | 11.91 | 5.78 | 32.39 | - |
| YUV | 59.85 | 182.83 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 19 | 157 | 0.34 | 0.88 | 0 | 0.38 | 276.52 | 0.78 | 0.35 |
| Hex | 67 | 13 | 9D | 22 | 58 | 0 | 26 | 115 | 4E | 23 |
| Octal | 147 | 23 | 235 | 42 | 130 | 0 | 46 | 425 | 116 | 43 |
| Binary | 1100111 | 10011 | 10011101 | 100010 | 1011000 | 0 | 100110 | 100010101 | 1001110 | 100011 |
Color Harmonies of #67139D
Complementary color
Monochromatic Colors of #67139D
Black with #67139D
Text Example
Text Example
White with #67139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67139D; }
p { color: rgb(103,19,157); }
H1.HeaderClassName
{
color: #67139D;
}
.AnyTagClassName
{
color: #67139D;
}
</style>
background-color css
<style>
a { background-color: #67139D; }
a { background-color: rgb(103,19,157); }
div.DivClassName
{
background-color: #67139D;
}
.BgClassName
{
background-color: #67139D;
}
</style>
border-color css
<style>
span { border-color: #67139D; }
span { border-color: rgb(103,19,157); }
td.TdClassName
{
border-color: #67139D;
}
.TagClassName
{
border-color: #67139D;
}
</style>