Shades of Indigo #3D0668
Tints of Indigo #3D0668
RGB
CMYK
RGB Variations
Color information
#3D0668 (or 0x3D0668) is known color: Indigo. HEX triplet: 3D, 06 and 68. RGB value is (61,6,104). Sum of RGB (Red+Green+Blue) = 61+6+104=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #3D0668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0668 is #C2F997. Grayscale: #212121. Windows color (decimal): -12777880 or 6817341. OLE color: 6817341.
HSL color Cylindrical-coordinate representation of color #3D0668: hue angle of 273.67º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0668 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 6 | 104 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.59 |
| HSL | 273.67º | 0.89% | 0.22% | - |
| HSV(B) | 273.67º | 0.94% | 0.41% | - |
| XYZ | 4.49 | 2.12 | 13.27 | - |
| YUV | 33.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 6 | 104 | 0.41 | 0.94 | 0 | 0.59 | 273.67 | 0.89 | 0.22 |
| Hex | 3D | 6 | 68 | 29 | 5E | 0 | 3B | 112 | 59 | 16 |
| Octal | 75 | 6 | 150 | 51 | 136 | 0 | 73 | 422 | 131 | 26 |
| Binary | 111101 | 110 | 1101000 | 101001 | 1011110 | 0 | 111011 | 100010010 | 1011001 | 10110 |
Color Harmonies of #3D0668
Complementary color
Monochromatic Colors of #3D0668
Black with #3D0668
Text Example
Text Example
White with #3D0668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0668; }
p { color: rgb(61,6,104); }
H1.HeaderClassName
{
color: #3D0668;
}
.AnyTagClassName
{
color: #3D0668;
}
</style>
background-color css
<style>
a { background-color: #3D0668; }
a { background-color: rgb(61,6,104); }
div.DivClassName
{
background-color: #3D0668;
}
.BgClassName
{
background-color: #3D0668;
}
</style>
border-color css
<style>
span { border-color: #3D0668; }
span { border-color: rgb(61,6,104); }
td.TdClassName
{
border-color: #3D0668;
}
.TagClassName
{
border-color: #3D0668;
}
</style>