Shades of Indigo #67009E
Tints of Indigo #67009E
RGB
CMYK
RGB Variations
Color information
#67009E (or 0x67009E) is known color: Indigo. HEX triplet: 67, 00 and 9E. RGB value is (103,0,158). Sum of RGB (Red+Green+Blue) = 103+0+158=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 158 (62.11% from 255 or 60.54% from 261); Max value from RGB is 158 - color contains mainly: blue. Hex color #67009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67009E is #98FF61. Grayscale: #303030. Windows color (decimal): -10026850 or 10354791. OLE color: 10354791.
HSL color Cylindrical-coordinate representation of color #67009E: hue angle of 279.11º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67009E is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 0 | 158 | - |
| CMYK | 0.35 | 1 | 0 | 0.38 |
| HSL | 279.11º | 1% | 0.31% | - |
| HSV(B) | 279.11º | 1% | 0.62% | - |
| XYZ | 11.77 | 5.35 | 32.76 | - |
| YUV | 48.81 | 189.62 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 158 | 0.35 | 1 | 0 | 0.38 | 279.11 | 1 | 0.31 |
| Hex | 67 | 0 | 9E | 23 | 64 | 0 | 26 | 117 | 64 | 1F |
| Octal | 147 | 0 | 236 | 43 | 144 | 0 | 46 | 427 | 144 | 37 |
| Binary | 1100111 | 0 | 10011110 | 100011 | 1100100 | 0 | 100110 | 100010111 | 1100100 | 11111 |
Color Harmonies of #67009E
Complementary color
Monochromatic Colors of #67009E
Black with #67009E
Text Example
Text Example
White with #67009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67009E; }
p { color: rgb(103,0,158); }
H1.HeaderClassName
{
color: #67009E;
}
.AnyTagClassName
{
color: #67009E;
}
</style>
background-color css
<style>
a { background-color: #67009E; }
a { background-color: rgb(103,0,158); }
div.DivClassName
{
background-color: #67009E;
}
.BgClassName
{
background-color: #67009E;
}
</style>
border-color css
<style>
span { border-color: #67009E; }
span { border-color: rgb(103,0,158); }
td.TdClassName
{
border-color: #67009E;
}
.TagClassName
{
border-color: #67009E;
}
</style>