Shades of Persian Indigo #3D18A0
Tints of Persian Indigo #3D18A0
RGB
CMYK
RGB Variations
Color information
#3D18A0 (or 0x3D18A0) is known color: Persian Indigo. HEX triplet: 3D, 18 and A0. RGB value is (61,24,160). Sum of RGB (Red+Green+Blue) = 61+24+160=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 160 (62.89% from 255 or 65.31% from 245); Max value from RGB is 160 - color contains mainly: blue. Hex color #3D18A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D18A0 is #C2E75F. Grayscale: #323232. Windows color (decimal): -12773216 or 10491965. OLE color: 10491965.
HSL color Cylindrical-coordinate representation of color #3D18A0: hue angle of 256.32º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D18A0 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 24 | 160 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.37 |
| HSL | 256.32º | 0.74% | 0.36% | - |
| HSV(B) | 256.32º | 0.85% | 0.63% | - |
| XYZ | 8.6 | 4.18 | 33.61 | - |
| YUV | 50.57 | 189.76 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 160 | 0.62 | 0.85 | 0 | 0.37 | 256.32 | 0.74 | 0.36 |
| Hex | 3D | 18 | A0 | 3E | 55 | 0 | 25 | 100 | 4A | 24 |
| Octal | 75 | 30 | 240 | 76 | 125 | 0 | 45 | 400 | 112 | 44 |
| Binary | 111101 | 11000 | 10100000 | 111110 | 1010101 | 0 | 100101 | 100000000 | 1001010 | 100100 |
Color Harmonies of #3D18A0
Complementary color
Monochromatic Colors of #3D18A0
Black with #3D18A0
Text Example
Text Example
White with #3D18A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D18A0; }
p { color: rgb(61,24,160); }
H1.HeaderClassName
{
color: #3D18A0;
}
.AnyTagClassName
{
color: #3D18A0;
}
</style>
background-color css
<style>
a { background-color: #3D18A0; }
a { background-color: rgb(61,24,160); }
div.DivClassName
{
background-color: #3D18A0;
}
.BgClassName
{
background-color: #3D18A0;
}
</style>
border-color css
<style>
span { border-color: #3D18A0; }
span { border-color: rgb(61,24,160); }
td.TdClassName
{
border-color: #3D18A0;
}
.TagClassName
{
border-color: #3D18A0;
}
</style>