Shades of Indigo #67099F
Tints of Indigo #67099F
RGB
CMYK
RGB Variations
Color information
#67099F (or 0x67099F) is known color: Indigo. HEX triplet: 67, 09 and 9F. RGB value is (103,9,159). Sum of RGB (Red+Green+Blue) = 103+9+159=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #67099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67099F is #98F660. Grayscale: #353535. Windows color (decimal): -10024545 or 10422631. OLE color: 10422631.
HSL color Cylindrical-coordinate representation of color #67099F: hue angle of 277.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #67099F is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 9 | 159 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.38 |
| HSL | 277.6º | 0.89% | 0.33% | - |
| HSV(B) | 277.6º | 0.94% | 0.62% | - |
| XYZ | 11.95 | 5.58 | 33.25 | - |
| YUV | 54.21 | 187.14 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 159 | 0.35 | 0.94 | 0 | 0.38 | 277.6 | 0.89 | 0.33 |
| Hex | 67 | 9 | 9F | 23 | 5E | 0 | 26 | 116 | 59 | 21 |
| Octal | 147 | 11 | 237 | 43 | 136 | 0 | 46 | 426 | 131 | 41 |
| Binary | 1100111 | 1001 | 10011111 | 100011 | 1011110 | 0 | 100110 | 100010110 | 1011001 | 100001 |
Color Harmonies of #67099F
Complementary color
Monochromatic Colors of #67099F
Black with #67099F
Text Example
Text Example
White with #67099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67099F; }
p { color: rgb(103,9,159); }
H1.HeaderClassName
{
color: #67099F;
}
.AnyTagClassName
{
color: #67099F;
}
</style>
background-color css
<style>
a { background-color: #67099F; }
a { background-color: rgb(103,9,159); }
div.DivClassName
{
background-color: #67099F;
}
.BgClassName
{
background-color: #67099F;
}
</style>
border-color css
<style>
span { border-color: #67099F; }
span { border-color: rgb(103,9,159); }
td.TdClassName
{
border-color: #67099F;
}
.TagClassName
{
border-color: #67099F;
}
</style>