Shades of Persian Indigo #3D10AA
Tints of Persian Indigo #3D10AA
RGB
CMYK
RGB Variations
Color information
#3D10AA (or 0x3D10AA) is known color: Persian Indigo. HEX triplet: 3D, 10 and AA. RGB value is (61,16,170). Sum of RGB (Red+Green+Blue) = 61+16+170=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D10AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D10AA is #C2EF55. Grayscale: #2E2E2E. Windows color (decimal): -12775254 or 11145277. OLE color: 11145277.
HSL color Cylindrical-coordinate representation of color #3D10AA: hue angle of 257.53º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D10AA is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 16 | 170 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.33 |
| HSL | 257.53º | 0.83% | 0.36% | - |
| HSV(B) | 257.53º | 0.91% | 0.67% | - |
| XYZ | 9.37 | 4.26 | 38.36 | - |
| YUV | 47.01 | 197.41 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 16 | 170 | 0.64 | 0.91 | 0 | 0.33 | 257.53 | 0.83 | 0.36 |
| Hex | 3D | 10 | AA | 40 | 5B | 0 | 21 | 102 | 53 | 24 |
| Octal | 75 | 20 | 252 | 100 | 133 | 0 | 41 | 402 | 123 | 44 |
| Binary | 111101 | 10000 | 10101010 | 1000000 | 1011011 | 0 | 100001 | 100000010 | 1010011 | 100100 |
Color Harmonies of #3D10AA
Complementary color
Monochromatic Colors of #3D10AA
Black with #3D10AA
Text Example
Text Example
White with #3D10AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D10AA; }
p { color: rgb(61,16,170); }
H1.HeaderClassName
{
color: #3D10AA;
}
.AnyTagClassName
{
color: #3D10AA;
}
</style>
background-color css
<style>
a { background-color: #3D10AA; }
a { background-color: rgb(61,16,170); }
div.DivClassName
{
background-color: #3D10AA;
}
.BgClassName
{
background-color: #3D10AA;
}
</style>
border-color css
<style>
span { border-color: #3D10AA; }
span { border-color: rgb(61,16,170); }
td.TdClassName
{
border-color: #3D10AA;
}
.TagClassName
{
border-color: #3D10AA;
}
</style>