Shades of Persian Indigo #3D0D9D
Tints of Persian Indigo #3D0D9D
RGB
CMYK
RGB Variations
Color information
#3D0D9D (or 0x3D0D9D) is known color: Persian Indigo. HEX triplet: 3D, 0D and 9D. RGB value is (61,13,157). Sum of RGB (Red+Green+Blue) = 61+13+157=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D0D9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0D9D is #C2F262. Grayscale: #2B2B2B. Windows color (decimal): -12776035 or 10292541. OLE color: 10292541.
HSL color Cylindrical-coordinate representation of color #3D0D9D: hue angle of 260º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D0D9D is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 13 | 157 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.38 |
| HSL | 260º | 0.85% | 0.33% | - |
| HSV(B) | 260º | 0.92% | 0.62% | - |
| XYZ | 8.15 | 3.71 | 32.19 | - |
| YUV | 43.77 | 191.9 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 13 | 157 | 0.61 | 0.92 | 0 | 0.38 | 260 | 0.85 | 0.33 |
| Hex | 3D | D | 9D | 3D | 5C | 0 | 26 | 104 | 55 | 21 |
| Octal | 75 | 15 | 235 | 75 | 134 | 0 | 46 | 404 | 125 | 41 |
| Binary | 111101 | 1101 | 10011101 | 111101 | 1011100 | 0 | 100110 | 100000100 | 1010101 | 100001 |
Color Harmonies of #3D0D9D
Complementary color
Monochromatic Colors of #3D0D9D
Black with #3D0D9D
Text Example
Text Example
White with #3D0D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0D9D; }
p { color: rgb(61,13,157); }
H1.HeaderClassName
{
color: #3D0D9D;
}
.AnyTagClassName
{
color: #3D0D9D;
}
</style>
background-color css
<style>
a { background-color: #3D0D9D; }
a { background-color: rgb(61,13,157); }
div.DivClassName
{
background-color: #3D0D9D;
}
.BgClassName
{
background-color: #3D0D9D;
}
</style>
border-color css
<style>
span { border-color: #3D0D9D; }
span { border-color: rgb(61,13,157); }
td.TdClassName
{
border-color: #3D0D9D;
}
.TagClassName
{
border-color: #3D0D9D;
}
</style>