Shades of Persian Indigo #3D1B90
Tints of Persian Indigo #3D1B90
RGB
CMYK
RGB Variations
Color information
#3D1B90 (or 0x3D1B90) is known color: Persian Indigo. HEX triplet: 3D, 1B and 90. RGB value is (61,27,144). Sum of RGB (Red+Green+Blue) = 61+27+144=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D1B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1B90 is #C2E46F. Grayscale: #323232. Windows color (decimal): -12772464 or 9444157. OLE color: 9444157.
HSL color Cylindrical-coordinate representation of color #3D1B90: hue angle of 257.44º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D1B90 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 27 | 144 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.44 |
| HSL | 257.44º | 0.68% | 0.34% | - |
| HSV(B) | 257.44º | 0.81% | 0.56% | - |
| XYZ | 7.35 | 3.79 | 26.73 | - |
| YUV | 50.5 | 180.76 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 27 | 144 | 0.58 | 0.81 | 0 | 0.44 | 257.44 | 0.68 | 0.34 |
| Hex | 3D | 1B | 90 | 3A | 51 | 0 | 2C | 101 | 44 | 22 |
| Octal | 75 | 33 | 220 | 72 | 121 | 0 | 54 | 401 | 104 | 42 |
| Binary | 111101 | 11011 | 10010000 | 111010 | 1010001 | 0 | 101100 | 100000001 | 1000100 | 100010 |
Color Harmonies of #3D1B90
Complementary color
Monochromatic Colors of #3D1B90
Black with #3D1B90
Text Example
Text Example
White with #3D1B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1B90; }
p { color: rgb(61,27,144); }
H1.HeaderClassName
{
color: #3D1B90;
}
.AnyTagClassName
{
color: #3D1B90;
}
</style>
background-color css
<style>
a { background-color: #3D1B90; }
a { background-color: rgb(61,27,144); }
div.DivClassName
{
background-color: #3D1B90;
}
.BgClassName
{
background-color: #3D1B90;
}
</style>
border-color css
<style>
span { border-color: #3D1B90; }
span { border-color: rgb(61,27,144); }
td.TdClassName
{
border-color: #3D1B90;
}
.TagClassName
{
border-color: #3D1B90;
}
</style>