Shades of Indigo #3D099E
Tints of Indigo #3D099E
RGB
CMYK
RGB Variations
Color information
#3D099E (or 0x3D099E) is known color: Indigo. HEX triplet: 3D, 09 and 9E. RGB value is (61,9,158). Sum of RGB (Red+Green+Blue) = 61+9+158=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 158 (62.11% from 255 or 69.30% from 228); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D099E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D099E is #C2F661. Grayscale: #282828. Windows color (decimal): -12777058 or 10357053. OLE color: 10357053.
HSL color Cylindrical-coordinate representation of color #3D099E: hue angle of 260.94º 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 #3D099E is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 9 | 158 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.38 |
| HSL | 260.94º | 0.89% | 0.33% | - |
| HSV(B) | 260.94º | 0.94% | 0.62% | - |
| XYZ | 8.19 | 3.66 | 32.62 | - |
| YUV | 41.53 | 193.73 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 9 | 158 | 0.61 | 0.94 | 0 | 0.38 | 260.94 | 0.89 | 0.33 |
| Hex | 3D | 9 | 9E | 3D | 5E | 0 | 26 | 105 | 59 | 21 |
| Octal | 75 | 11 | 236 | 75 | 136 | 0 | 46 | 405 | 131 | 41 |
| Binary | 111101 | 1001 | 10011110 | 111101 | 1011110 | 0 | 100110 | 100000101 | 1011001 | 100001 |
Color Harmonies of #3D099E
Complementary color
Monochromatic Colors of #3D099E
Black with #3D099E
Text Example
Text Example
White with #3D099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D099E; }
p { color: rgb(61,9,158); }
H1.HeaderClassName
{
color: #3D099E;
}
.AnyTagClassName
{
color: #3D099E;
}
</style>
background-color css
<style>
a { background-color: #3D099E; }
a { background-color: rgb(61,9,158); }
div.DivClassName
{
background-color: #3D099E;
}
.BgClassName
{
background-color: #3D099E;
}
</style>
border-color css
<style>
span { border-color: #3D099E; }
span { border-color: rgb(61,9,158); }
td.TdClassName
{
border-color: #3D099E;
}
.TagClassName
{
border-color: #3D099E;
}
</style>