Shades of Persian Indigo #3D087A
Tints of Persian Indigo #3D087A
RGB
CMYK
RGB Variations
Color information
#3D087A (or 0x3D087A) is known color: Persian Indigo. HEX triplet: 3D, 08 and 7A. RGB value is (61,8,122). Sum of RGB (Red+Green+Blue) = 61+8+122=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 122 (48.05% from 255 or 63.87% from 191); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D087A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D087A is #C2F785. Grayscale: #242424. Windows color (decimal): -12777350 or 7997501. OLE color: 7997501.
HSL color Cylindrical-coordinate representation of color #3D087A: hue angle of 267.89º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D087A is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 8 | 122 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.52 |
| HSL | 267.89º | 0.88% | 0.25% | - |
| HSV(B) | 267.89º | 0.93% | 0.48% | - |
| XYZ | 5.52 | 2.57 | 18.62 | - |
| YUV | 36.84 | 176.06 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 8 | 122 | 0.50 | 0.93 | 0 | 0.52 | 267.89 | 0.88 | 0.25 |
| Hex | 3D | 8 | 7A | 32 | 5D | 0 | 34 | 10C | 58 | 19 |
| Octal | 75 | 10 | 172 | 62 | 135 | 0 | 64 | 414 | 130 | 31 |
| Binary | 111101 | 1000 | 1111010 | 110010 | 1011101 | 0 | 110100 | 100001100 | 1011000 | 11001 |
Color Harmonies of #3D087A
Complementary color
Monochromatic Colors of #3D087A
Black with #3D087A
Text Example
Text Example
White with #3D087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D087A; }
p { color: rgb(61,8,122); }
H1.HeaderClassName
{
color: #3D087A;
}
.AnyTagClassName
{
color: #3D087A;
}
</style>
background-color css
<style>
a { background-color: #3D087A; }
a { background-color: rgb(61,8,122); }
div.DivClassName
{
background-color: #3D087A;
}
.BgClassName
{
background-color: #3D087A;
}
</style>
border-color css
<style>
span { border-color: #3D087A; }
span { border-color: rgb(61,8,122); }
td.TdClassName
{
border-color: #3D087A;
}
.TagClassName
{
border-color: #3D087A;
}
</style>