Shades of Indigo #67089C
Tints of Indigo #67089C
RGB
CMYK
RGB Variations
Color information
#67089C (or 0x67089C) is known color: Indigo. HEX triplet: 67, 08 and 9C. RGB value is (103,8,156). Sum of RGB (Red+Green+Blue) = 103+8+156=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #67089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67089C is #98F763. Grayscale: #343434. Windows color (decimal): -10024804 or 10225767. OLE color: 10225767.
HSL color Cylindrical-coordinate representation of color #67089C: hue angle of 278.51º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #67089C is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 8 | 156 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.39 |
| HSL | 278.51º | 0.9% | 0.32% | - |
| HSV(B) | 278.51º | 0.95% | 0.61% | - |
| XYZ | 11.68 | 5.46 | 31.89 | - |
| YUV | 53.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 8 | 156 | 0.34 | 0.95 | 0 | 0.39 | 278.51 | 0.9 | 0.32 |
| Hex | 67 | 8 | 9C | 22 | 5F | 0 | 27 | 117 | 5A | 20 |
| Octal | 147 | 10 | 234 | 42 | 137 | 0 | 47 | 427 | 132 | 40 |
| Binary | 1100111 | 1000 | 10011100 | 100010 | 1011111 | 0 | 100111 | 100010111 | 1011010 | 100000 |
Color Harmonies of #67089C
Complementary color
Monochromatic Colors of #67089C
Black with #67089C
Text Example
Text Example
White with #67089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67089C; }
p { color: rgb(103,8,156); }
H1.HeaderClassName
{
color: #67089C;
}
.AnyTagClassName
{
color: #67089C;
}
</style>
background-color css
<style>
a { background-color: #67089C; }
a { background-color: rgb(103,8,156); }
div.DivClassName
{
background-color: #67089C;
}
.BgClassName
{
background-color: #67089C;
}
</style>
border-color css
<style>
span { border-color: #67089C; }
span { border-color: rgb(103,8,156); }
td.TdClassName
{
border-color: #67089C;
}
.TagClassName
{
border-color: #67089C;
}
</style>