Shades of Persian Indigo #3D1495
Tints of Persian Indigo #3D1495
RGB
CMYK
RGB Variations
Color information
#3D1495 (or 0x3D1495) is known color: Persian Indigo. HEX triplet: 3D, 14 and 95. RGB value is (61,20,149). Sum of RGB (Red+Green+Blue) = 61+20+149=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D1495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D1495 is #C2EB6A. Grayscale: #2E2E2E. Windows color (decimal): -12774251 or 9770045. OLE color: 9770045.
HSL color Cylindrical-coordinate representation of color #3D1495: hue angle of 259.07º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D1495 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 20 | 149 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.42 |
| HSL | 259.07º | 0.76% | 0.33% | - |
| HSV(B) | 259.07º | 0.87% | 0.58% | - |
| XYZ | 7.6 | 3.66 | 28.74 | - |
| YUV | 46.97 | 185.58 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 149 | 0.59 | 0.87 | 0 | 0.42 | 259.07 | 0.76 | 0.33 |
| Hex | 3D | 14 | 95 | 3B | 57 | 0 | 2A | 103 | 4C | 21 |
| Octal | 75 | 24 | 225 | 73 | 127 | 0 | 52 | 403 | 114 | 41 |
| Binary | 111101 | 10100 | 10010101 | 111011 | 1010111 | 0 | 101010 | 100000011 | 1001100 | 100001 |
Color Harmonies of #3D1495
Complementary color
Monochromatic Colors of #3D1495
Black with #3D1495
Text Example
Text Example
White with #3D1495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1495; }
p { color: rgb(61,20,149); }
H1.HeaderClassName
{
color: #3D1495;
}
.AnyTagClassName
{
color: #3D1495;
}
</style>
background-color css
<style>
a { background-color: #3D1495; }
a { background-color: rgb(61,20,149); }
div.DivClassName
{
background-color: #3D1495;
}
.BgClassName
{
background-color: #3D1495;
}
</style>
border-color css
<style>
span { border-color: #3D1495; }
span { border-color: rgb(61,20,149); }
td.TdClassName
{
border-color: #3D1495;
}
.TagClassName
{
border-color: #3D1495;
}
</style>