Shades of Persian Indigo #3D128B
Tints of Persian Indigo #3D128B
RGB
CMYK
RGB Variations
Color information
#3D128B (or 0x3D128B) is known color: Persian Indigo. HEX triplet: 3D, 12 and 8B. RGB value is (61,18,139). Sum of RGB (Red+Green+Blue) = 61+18+139=218 (28% of max value = 765). Red value is 61 (24.22% from 255 or 27.98% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D128B is #C2ED74. Grayscale: #2C2C2C. Windows color (decimal): -12774773 or 9114173. OLE color: 9114173.
HSL color Cylindrical-coordinate representation of color #3D128B: hue angle of 261.32º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D128B is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 18 | 139 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.45 |
| HSL | 261.32º | 0.77% | 0.31% | - |
| HSV(B) | 261.32º | 0.87% | 0.55% | - |
| XYZ | 6.8 | 3.29 | 24.7 | - |
| YUV | 44.65 | 181.25 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 139 | 0.56 | 0.87 | 0 | 0.45 | 261.32 | 0.77 | 0.31 |
| Hex | 3D | 12 | 8B | 38 | 57 | 0 | 2D | 105 | 4D | 1F |
| Octal | 75 | 22 | 213 | 70 | 127 | 0 | 55 | 405 | 115 | 37 |
| Binary | 111101 | 10010 | 10001011 | 111000 | 1010111 | 0 | 101101 | 100000101 | 1001101 | 11111 |
Color Harmonies of #3D128B
Complementary color
Monochromatic Colors of #3D128B
Black with #3D128B
Text Example
Text Example
White with #3D128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D128B; }
p { color: rgb(61,18,139); }
H1.HeaderClassName
{
color: #3D128B;
}
.AnyTagClassName
{
color: #3D128B;
}
</style>
background-color css
<style>
a { background-color: #3D128B; }
a { background-color: rgb(61,18,139); }
div.DivClassName
{
background-color: #3D128B;
}
.BgClassName
{
background-color: #3D128B;
}
</style>
border-color css
<style>
span { border-color: #3D128B; }
span { border-color: rgb(61,18,139); }
td.TdClassName
{
border-color: #3D128B;
}
.TagClassName
{
border-color: #3D128B;
}
</style>