Shades of Persian Blue #3D32B7
Tints of Persian Blue #3D32B7
RGB
CMYK
RGB Variations
Color information
#3D32B7 (or 0x3D32B7) is known color: Persian Blue. HEX triplet: 3D, 32 and B7. RGB value is (61,50,183). Sum of RGB (Red+Green+Blue) = 61+50+183=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 183 (71.88% from 255 or 62.24% from 294); Max value from RGB is 183 - color contains mainly: blue. Hex color #3D32B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D32B7 is #C2CD48. Grayscale: #434343. Windows color (decimal): -12766537 or 12005949. OLE color: 12005949.
HSL color Cylindrical-coordinate representation of color #3D32B7: hue angle of 244.96º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D32B7 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 50 | 183 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.28 |
| HSL | 244.96º | 0.57% | 0.46% | - |
| HSV(B) | 244.96º | 0.73% | 0.72% | - |
| XYZ | 11.61 | 6.69 | 45.48 | - |
| YUV | 68.45 | 192.64 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 183 | 0.67 | 0.73 | 0 | 0.28 | 244.96 | 0.57 | 0.46 |
| Hex | 3D | 32 | B7 | 43 | 49 | 0 | 1C | F5 | 39 | 2E |
| Octal | 75 | 62 | 267 | 103 | 111 | 0 | 34 | 365 | 71 | 56 |
| Binary | 111101 | 110010 | 10110111 | 1000011 | 1001001 | 0 | 11100 | 11110101 | 111001 | 101110 |
Color Harmonies of #3D32B7
Complementary color
Monochromatic Colors of #3D32B7
Black with #3D32B7
Text Example
Text Example
White with #3D32B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D32B7; }
p { color: rgb(61,50,183); }
H1.HeaderClassName
{
color: #3D32B7;
}
.AnyTagClassName
{
color: #3D32B7;
}
</style>
background-color css
<style>
a { background-color: #3D32B7; }
a { background-color: rgb(61,50,183); }
div.DivClassName
{
background-color: #3D32B7;
}
.BgClassName
{
background-color: #3D32B7;
}
</style>
border-color css
<style>
span { border-color: #3D32B7; }
span { border-color: rgb(61,50,183); }
td.TdClassName
{
border-color: #3D32B7;
}
.TagClassName
{
border-color: #3D32B7;
}
</style>