Shades of Persian Indigo #3D0D9A
Tints of Persian Indigo #3D0D9A
RGB
CMYK
RGB Variations
Color information
#3D0D9A (or 0x3D0D9A) is known color: Persian Indigo. HEX triplet: 3D, 0D and 9A. RGB value is (61,13,154). Sum of RGB (Red+Green+Blue) = 61+13+154=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 154 (60.55% from 255 or 67.54% from 228); Max value from RGB is 154 - color contains mainly: blue. Hex color #3D0D9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0D9A is #C2F265. Grayscale: #2A2A2A. Windows color (decimal): -12776038 or 10095933. OLE color: 10095933.
HSL color Cylindrical-coordinate representation of color #3D0D9A: hue angle of 260.43º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D0D9A is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 13 | 154 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.40 |
| HSL | 260.43º | 0.84% | 0.33% | - |
| HSV(B) | 260.43º | 0.92% | 0.6% | - |
| XYZ | 7.9 | 3.61 | 30.85 | - |
| YUV | 43.43 | 190.4 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 13 | 154 | 0.60 | 0.92 | 0 | 0.40 | 260.43 | 0.84 | 0.33 |
| Hex | 3D | D | 9A | 3C | 5C | 0 | 28 | 104 | 54 | 21 |
| Octal | 75 | 15 | 232 | 74 | 134 | 0 | 50 | 404 | 124 | 41 |
| Binary | 111101 | 1101 | 10011010 | 111100 | 1011100 | 0 | 101000 | 100000100 | 1010100 | 100001 |
Color Harmonies of #3D0D9A
Complementary color
Monochromatic Colors of #3D0D9A
Black with #3D0D9A
Text Example
Text Example
White with #3D0D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0D9A; }
p { color: rgb(61,13,154); }
H1.HeaderClassName
{
color: #3D0D9A;
}
.AnyTagClassName
{
color: #3D0D9A;
}
</style>
background-color css
<style>
a { background-color: #3D0D9A; }
a { background-color: rgb(61,13,154); }
div.DivClassName
{
background-color: #3D0D9A;
}
.BgClassName
{
background-color: #3D0D9A;
}
</style>
border-color css
<style>
span { border-color: #3D0D9A; }
span { border-color: rgb(61,13,154); }
td.TdClassName
{
border-color: #3D0D9A;
}
.TagClassName
{
border-color: #3D0D9A;
}
</style>