Shades of Persian Indigo #3D108E
Tints of Persian Indigo #3D108E
RGB
CMYK
RGB Variations
Color information
#3D108E (or 0x3D108E) is known color: Persian Indigo. HEX triplet: 3D, 10 and 8E. RGB value is (61,16,142). Sum of RGB (Red+Green+Blue) = 61+16+142=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 142 (55.86% from 255 or 64.84% from 219); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D108E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D108E is #C2EF71. Grayscale: #2B2B2B. Windows color (decimal): -12775282 or 9310269. OLE color: 9310269.
HSL color Cylindrical-coordinate representation of color #3D108E: hue angle of 261.43º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D108E is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 16 | 142 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.44 |
| HSL | 261.43º | 0.8% | 0.31% | - |
| HSV(B) | 261.43º | 0.89% | 0.56% | - |
| XYZ | 6.99 | 3.32 | 25.86 | - |
| YUV | 43.82 | 183.41 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 16 | 142 | 0.57 | 0.89 | 0 | 0.44 | 261.43 | 0.8 | 0.31 |
| Hex | 3D | 10 | 8E | 39 | 59 | 0 | 2C | 105 | 50 | 1F |
| Octal | 75 | 20 | 216 | 71 | 131 | 0 | 54 | 405 | 120 | 37 |
| Binary | 111101 | 10000 | 10001110 | 111001 | 1011001 | 0 | 101100 | 100000101 | 1010000 | 11111 |
Color Harmonies of #3D108E
Complementary color
Monochromatic Colors of #3D108E
Black with #3D108E
Text Example
Text Example
White with #3D108E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D108E; }
p { color: rgb(61,16,142); }
H1.HeaderClassName
{
color: #3D108E;
}
.AnyTagClassName
{
color: #3D108E;
}
</style>
background-color css
<style>
a { background-color: #3D108E; }
a { background-color: rgb(61,16,142); }
div.DivClassName
{
background-color: #3D108E;
}
.BgClassName
{
background-color: #3D108E;
}
</style>
border-color css
<style>
span { border-color: #3D108E; }
span { border-color: rgb(61,16,142); }
td.TdClassName
{
border-color: #3D108E;
}
.TagClassName
{
border-color: #3D108E;
}
</style>