Shades of Persian Indigo #3D11A9
Tints of Persian Indigo #3D11A9
RGB
CMYK
RGB Variations
Color information
#3D11A9 (or 0x3D11A9) is known color: Persian Indigo. HEX triplet: 3D, 11 and A9. RGB value is (61,17,169). Sum of RGB (Red+Green+Blue) = 61+17+169=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 169 (66.41% from 255 or 68.42% from 247); Max value from RGB is 169 - color contains mainly: blue. Hex color #3D11A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D11A9 is #C2EE56. Grayscale: #2E2E2E. Windows color (decimal): -12774999 or 11079997. OLE color: 11079997.
HSL color Cylindrical-coordinate representation of color #3D11A9: hue angle of 257.37º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D11A9 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 17 | 169 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.34 |
| HSL | 257.37º | 0.82% | 0.36% | - |
| HSV(B) | 257.37º | 0.9% | 0.66% | - |
| XYZ | 9.29 | 4.26 | 37.87 | - |
| YUV | 47.48 | 196.58 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 169 | 0.64 | 0.90 | 0 | 0.34 | 257.37 | 0.82 | 0.36 |
| Hex | 3D | 11 | A9 | 40 | 5A | 0 | 22 | 101 | 52 | 24 |
| Octal | 75 | 21 | 251 | 100 | 132 | 0 | 42 | 401 | 122 | 44 |
| Binary | 111101 | 10001 | 10101001 | 1000000 | 1011010 | 0 | 100010 | 100000001 | 1010010 | 100100 |
Color Harmonies of #3D11A9
Complementary color
Monochromatic Colors of #3D11A9
Black with #3D11A9
Text Example
Text Example
White with #3D11A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D11A9; }
p { color: rgb(61,17,169); }
H1.HeaderClassName
{
color: #3D11A9;
}
.AnyTagClassName
{
color: #3D11A9;
}
</style>
background-color css
<style>
a { background-color: #3D11A9; }
a { background-color: rgb(61,17,169); }
div.DivClassName
{
background-color: #3D11A9;
}
.BgClassName
{
background-color: #3D11A9;
}
</style>
border-color css
<style>
span { border-color: #3D11A9; }
span { border-color: rgb(61,17,169); }
td.TdClassName
{
border-color: #3D11A9;
}
.TagClassName
{
border-color: #3D11A9;
}
</style>