Shades of Persian Blue #3D32BE
Tints of Persian Blue #3D32BE
RGB
CMYK
RGB Variations
Color information
#3D32BE (or 0x3D32BE) is known color: Persian Blue. HEX triplet: 3D, 32 and BE. RGB value is (61,50,190). Sum of RGB (Red+Green+Blue) = 61+50+190=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D32BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D32BE is #C2CD41. Grayscale: #444444. Windows color (decimal): -12766530 or 12464701. OLE color: 12464701.
HSL color Cylindrical-coordinate representation of color #3D32BE: hue angle of 244.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D32BE is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 50 | 190 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.25 |
| HSL | 244.71º | 0.58% | 0.47% | - |
| HSV(B) | 244.71º | 0.74% | 0.75% | - |
| XYZ | 12.36 | 6.99 | 49.41 | - |
| YUV | 69.25 | 196.14 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 190 | 0.68 | 0.74 | 0 | 0.25 | 244.71 | 0.58 | 0.47 |
| Hex | 3D | 32 | BE | 44 | 4A | 0 | 19 | F5 | 3A | 2F |
| Octal | 75 | 62 | 276 | 104 | 112 | 0 | 31 | 365 | 72 | 57 |
| Binary | 111101 | 110010 | 10111110 | 1000100 | 1001010 | 0 | 11001 | 11110101 | 111010 | 101111 |
Color Harmonies of #3D32BE
Complementary color
Monochromatic Colors of #3D32BE
Black with #3D32BE
Text Example
Text Example
White with #3D32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D32BE; }
p { color: rgb(61,50,190); }
H1.HeaderClassName
{
color: #3D32BE;
}
.AnyTagClassName
{
color: #3D32BE;
}
</style>
background-color css
<style>
a { background-color: #3D32BE; }
a { background-color: rgb(61,50,190); }
div.DivClassName
{
background-color: #3D32BE;
}
.BgClassName
{
background-color: #3D32BE;
}
</style>
border-color css
<style>
span { border-color: #3D32BE; }
span { border-color: rgb(61,50,190); }
td.TdClassName
{
border-color: #3D32BE;
}
.TagClassName
{
border-color: #3D32BE;
}
</style>