Shades of Indigo #3C089B
Tints of Indigo #3C089B
RGB
CMYK
RGB Variations
Color information
#3C089B (or 0x3C089B) is known color: Indigo. HEX triplet: 3C, 08 and 9B. RGB value is (60,8,155). Sum of RGB (Red+Green+Blue) = 60+8+155=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C089B is #C3F764. Grayscale: #272727. Windows color (decimal): -12842853 or 10160188. OLE color: 10160188.
HSL color Cylindrical-coordinate representation of color #3C089B: hue angle of 261.22º 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 #3C089B is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 8 | 155 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.39 |
| HSL | 261.22º | 0.9% | 0.32% | - |
| HSV(B) | 261.22º | 0.95% | 0.61% | - |
| XYZ | 7.87 | 3.5 | 31.27 | - |
| YUV | 40.31 | 192.73 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 8 | 155 | 0.61 | 0.95 | 0 | 0.39 | 261.22 | 0.9 | 0.32 |
| Hex | 3C | 8 | 9B | 3D | 5F | 0 | 27 | 105 | 5A | 20 |
| Octal | 74 | 10 | 233 | 75 | 137 | 0 | 47 | 405 | 132 | 40 |
| Binary | 111100 | 1000 | 10011011 | 111101 | 1011111 | 0 | 100111 | 100000101 | 1011010 | 100000 |
Color Harmonies of #3C089B
Complementary color
Monochromatic Colors of #3C089B
Black with #3C089B
Text Example
Text Example
White with #3C089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C089B; }
p { color: rgb(60,8,155); }
H1.HeaderClassName
{
color: #3C089B;
}
.AnyTagClassName
{
color: #3C089B;
}
</style>
background-color css
<style>
a { background-color: #3C089B; }
a { background-color: rgb(60,8,155); }
div.DivClassName
{
background-color: #3C089B;
}
.BgClassName
{
background-color: #3C089B;
}
</style>
border-color css
<style>
span { border-color: #3C089B; }
span { border-color: rgb(60,8,155); }
td.TdClassName
{
border-color: #3C089B;
}
.TagClassName
{
border-color: #3C089B;
}
</style>