Shades of Persian Indigo #3D11AD
Tints of Persian Indigo #3D11AD
RGB
CMYK
RGB Variations
Color information
#3D11AD (or 0x3D11AD) is known color: Persian Indigo. HEX triplet: 3D, 11 and AD. RGB value is (61,17,173). Sum of RGB (Red+Green+Blue) = 61+17+173=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D11AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D11AD is #C2EE52. Grayscale: #2F2F2F. Windows color (decimal): -12774995 or 11342141. OLE color: 11342141.
HSL color Cylindrical-coordinate representation of color #3D11AD: hue angle of 256.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D11AD is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 17 | 173 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.32 |
| HSL | 256.92º | 0.82% | 0.37% | - |
| HSV(B) | 256.92º | 0.9% | 0.68% | - |
| XYZ | 9.67 | 4.41 | 39.88 | - |
| YUV | 47.94 | 198.58 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 17 | 173 | 0.65 | 0.90 | 0 | 0.32 | 256.92 | 0.82 | 0.37 |
| Hex | 3D | 11 | AD | 41 | 5A | 0 | 20 | 101 | 52 | 25 |
| Octal | 75 | 21 | 255 | 101 | 132 | 0 | 40 | 401 | 122 | 45 |
| Binary | 111101 | 10001 | 10101101 | 1000001 | 1011010 | 0 | 100000 | 100000001 | 1010010 | 100101 |
Color Harmonies of #3D11AD
Complementary color
Monochromatic Colors of #3D11AD
Black with #3D11AD
Text Example
Text Example
White with #3D11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D11AD; }
p { color: rgb(61,17,173); }
H1.HeaderClassName
{
color: #3D11AD;
}
.AnyTagClassName
{
color: #3D11AD;
}
</style>
background-color css
<style>
a { background-color: #3D11AD; }
a { background-color: rgb(61,17,173); }
div.DivClassName
{
background-color: #3D11AD;
}
.BgClassName
{
background-color: #3D11AD;
}
</style>
border-color css
<style>
span { border-color: #3D11AD; }
span { border-color: rgb(61,17,173); }
td.TdClassName
{
border-color: #3D11AD;
}
.TagClassName
{
border-color: #3D11AD;
}
</style>