Shades of Persian Indigo #3D1A8E
Tints of Persian Indigo #3D1A8E
RGB
CMYK
RGB Variations
Color information
#3D1A8E (or 0x3D1A8E) is known color: Persian Indigo. HEX triplet: 3D, 1A and 8E. RGB value is (61,26,142). Sum of RGB (Red+Green+Blue) = 61+26+142=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D1A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1A8E is #C2E571. Grayscale: #313131. Windows color (decimal): -12772722 or 9312829. OLE color: 9312829.
HSL color Cylindrical-coordinate representation of color #3D1A8E: hue angle of 258.1º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D1A8E is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 26 | 142 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.44 |
| HSL | 258.1º | 0.69% | 0.33% | - |
| HSV(B) | 258.1º | 0.82% | 0.56% | - |
| XYZ | 7.18 | 3.68 | 25.92 | - |
| YUV | 49.69 | 180.1 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 26 | 142 | 0.57 | 0.82 | 0 | 0.44 | 258.1 | 0.69 | 0.33 |
| Hex | 3D | 1A | 8E | 39 | 52 | 0 | 2C | 102 | 45 | 21 |
| Octal | 75 | 32 | 216 | 71 | 122 | 0 | 54 | 402 | 105 | 41 |
| Binary | 111101 | 11010 | 10001110 | 111001 | 1010010 | 0 | 101100 | 100000010 | 1000101 | 100001 |
Color Harmonies of #3D1A8E
Complementary color
Monochromatic Colors of #3D1A8E
Black with #3D1A8E
Text Example
Text Example
White with #3D1A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1A8E; }
p { color: rgb(61,26,142); }
H1.HeaderClassName
{
color: #3D1A8E;
}
.AnyTagClassName
{
color: #3D1A8E;
}
</style>
background-color css
<style>
a { background-color: #3D1A8E; }
a { background-color: rgb(61,26,142); }
div.DivClassName
{
background-color: #3D1A8E;
}
.BgClassName
{
background-color: #3D1A8E;
}
</style>
border-color css
<style>
span { border-color: #3D1A8E; }
span { border-color: rgb(61,26,142); }
td.TdClassName
{
border-color: #3D1A8E;
}
.TagClassName
{
border-color: #3D1A8E;
}
</style>