Shades of Persian Indigo #3D106D
Tints of Persian Indigo #3D106D
RGB
CMYK
RGB Variations
Color information
#3D106D (or 0x3D106D) is known color: Persian Indigo. HEX triplet: 3D, 10 and 6D. RGB value is (61,16,109). Sum of RGB (Red+Green+Blue) = 61+16+109=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D106D is #C2EF92. Grayscale: #272727. Windows color (decimal): -12775315 or 7147581. OLE color: 7147581.
HSL color Cylindrical-coordinate representation of color #3D106D: hue angle of 269.03º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D106D is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 16 | 109 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.57 |
| HSL | 269.03º | 0.74% | 0.25% | - |
| HSV(B) | 269.03º | 0.85% | 0.43% | - |
| XYZ | 4.87 | 2.47 | 14.69 | - |
| YUV | 40.06 | 166.91 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 16 | 109 | 0.44 | 0.85 | 0 | 0.57 | 269.03 | 0.74 | 0.25 |
| Hex | 3D | 10 | 6D | 2C | 55 | 0 | 39 | 10D | 4A | 19 |
| Octal | 75 | 20 | 155 | 54 | 125 | 0 | 71 | 415 | 112 | 31 |
| Binary | 111101 | 10000 | 1101101 | 101100 | 1010101 | 0 | 111001 | 100001101 | 1001010 | 11001 |
Color Harmonies of #3D106D
Complementary color
Monochromatic Colors of #3D106D
Black with #3D106D
Text Example
Text Example
White with #3D106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D106D; }
p { color: rgb(61,16,109); }
H1.HeaderClassName
{
color: #3D106D;
}
.AnyTagClassName
{
color: #3D106D;
}
</style>
background-color css
<style>
a { background-color: #3D106D; }
a { background-color: rgb(61,16,109); }
div.DivClassName
{
background-color: #3D106D;
}
.BgClassName
{
background-color: #3D106D;
}
</style>
border-color css
<style>
span { border-color: #3D106D; }
span { border-color: rgb(61,16,109); }
td.TdClassName
{
border-color: #3D106D;
}
.TagClassName
{
border-color: #3D106D;
}
</style>