Shades of Persian Blue #3D31C1
Tints of Persian Blue #3D31C1
RGB
CMYK
RGB Variations
Color information
#3D31C1 (or 0x3D31C1) is known color: Persian Blue. HEX triplet: 3D, 31 and C1. RGB value is (61,49,193). Sum of RGB (Red+Green+Blue) = 61+49+193=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 193 (75.78% from 255 or 63.70% from 303); Max value from RGB is 193 - color contains mainly: blue. Hex color #3D31C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D31C1 is #C2CE3E. Grayscale: #444444. Windows color (decimal): -12766783 or 12661053. OLE color: 12661053.
HSL color Cylindrical-coordinate representation of color #3D31C1: hue angle of 245º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D31C1 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 49 | 193 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.24 |
| HSL | 245º | 0.6% | 0.47% | - |
| HSV(B) | 245º | 0.75% | 0.76% | - |
| XYZ | 12.65 | 7.04 | 51.14 | - |
| YUV | 69 | 197.98 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 193 | 0.68 | 0.75 | 0 | 0.24 | 245 | 0.6 | 0.47 |
| Hex | 3D | 31 | C1 | 44 | 4B | 0 | 18 | F5 | 3C | 2F |
| Octal | 75 | 61 | 301 | 104 | 113 | 0 | 30 | 365 | 74 | 57 |
| Binary | 111101 | 110001 | 11000001 | 1000100 | 1001011 | 0 | 11000 | 11110101 | 111100 | 101111 |
Color Harmonies of #3D31C1
Complementary color
Monochromatic Colors of #3D31C1
Black with #3D31C1
Text Example
Text Example
White with #3D31C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D31C1; }
p { color: rgb(61,49,193); }
H1.HeaderClassName
{
color: #3D31C1;
}
.AnyTagClassName
{
color: #3D31C1;
}
</style>
background-color css
<style>
a { background-color: #3D31C1; }
a { background-color: rgb(61,49,193); }
div.DivClassName
{
background-color: #3D31C1;
}
.BgClassName
{
background-color: #3D31C1;
}
</style>
border-color css
<style>
span { border-color: #3D31C1; }
span { border-color: rgb(61,49,193); }
td.TdClassName
{
border-color: #3D31C1;
}
.TagClassName
{
border-color: #3D31C1;
}
</style>