Shades of Persian Indigo #3D0C8C
Tints of Persian Indigo #3D0C8C
RGB
CMYK
RGB Variations
Color information
#3D0C8C (or 0x3D0C8C) is known color: Persian Indigo. HEX triplet: 3D, 0C and 8C. RGB value is (61,12,140). Sum of RGB (Red+Green+Blue) = 61+12+140=213 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.64% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #3D0C8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0C8C is #C2F373. Grayscale: #282828. Windows color (decimal): -12776308 or 9178173. OLE color: 9178173.
HSL color Cylindrical-coordinate representation of color #3D0C8C: hue angle of 262.97º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D0C8C is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 12 | 140 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.45 |
| HSL | 262.97º | 0.84% | 0.3% | - |
| HSV(B) | 262.97º | 0.91% | 0.55% | - |
| XYZ | 6.79 | 3.15 | 25.06 | - |
| YUV | 41.24 | 183.73 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 12 | 140 | 0.56 | 0.91 | 0 | 0.45 | 262.97 | 0.84 | 0.3 |
| Hex | 3D | C | 8C | 38 | 5B | 0 | 2D | 107 | 54 | 1E |
| Octal | 75 | 14 | 214 | 70 | 133 | 0 | 55 | 407 | 124 | 36 |
| Binary | 111101 | 1100 | 10001100 | 111000 | 1011011 | 0 | 101101 | 100000111 | 1010100 | 11110 |
Color Harmonies of #3D0C8C
Complementary color
Monochromatic Colors of #3D0C8C
Black with #3D0C8C
Text Example
Text Example
White with #3D0C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0C8C; }
p { color: rgb(61,12,140); }
H1.HeaderClassName
{
color: #3D0C8C;
}
.AnyTagClassName
{
color: #3D0C8C;
}
</style>
background-color css
<style>
a { background-color: #3D0C8C; }
a { background-color: rgb(61,12,140); }
div.DivClassName
{
background-color: #3D0C8C;
}
.BgClassName
{
background-color: #3D0C8C;
}
</style>
border-color css
<style>
span { border-color: #3D0C8C; }
span { border-color: rgb(61,12,140); }
td.TdClassName
{
border-color: #3D0C8C;
}
.TagClassName
{
border-color: #3D0C8C;
}
</style>