Shades of Persian Blue #3225DB
Tints of Persian Blue #3225DB
RGB
CMYK
RGB Variations
Color information
#3225DB (or 0x3225DB) is known color: Persian Blue. HEX triplet: 32, 25 and DB. RGB value is (50,37,219). Sum of RGB (Red+Green+Blue) = 50+37+219=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #3225DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3225DB is #CDDA24. Grayscale: #3C3C3C. Windows color (decimal): -13490725 or 14361906. OLE color: 14361906.
HSL color Cylindrical-coordinate representation of color #3225DB: hue angle of 244.29º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3225DB is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 37 | 219 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.14 |
| HSL | 244.29º | 0.72% | 0.5% | - |
| HSV(B) | 244.29º | 0.83% | 0.86% | - |
| XYZ | 14.76 | 7.12 | 67.61 | - |
| YUV | 61.64 | 216.81 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 219 | 0.77 | 0.83 | 0 | 0.14 | 244.29 | 0.72 | 0.5 |
| Hex | 32 | 25 | DB | 4D | 53 | 0 | E | F4 | 48 | 32 |
| Octal | 62 | 45 | 333 | 115 | 123 | 0 | 16 | 364 | 110 | 62 |
| Binary | 110010 | 100101 | 11011011 | 1001101 | 1010011 | 0 | 1110 | 11110100 | 1001000 | 110010 |
Color Harmonies of #3225DB
Complementary color
Monochromatic Colors of #3225DB
Black with #3225DB
Text Example
Text Example
White with #3225DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3225DB; }
p { color: rgb(50,37,219); }
H1.HeaderClassName
{
color: #3225DB;
}
.AnyTagClassName
{
color: #3225DB;
}
</style>
background-color css
<style>
a { background-color: #3225DB; }
a { background-color: rgb(50,37,219); }
div.DivClassName
{
background-color: #3225DB;
}
.BgClassName
{
background-color: #3225DB;
}
</style>
border-color css
<style>
span { border-color: #3225DB; }
span { border-color: rgb(50,37,219); }
td.TdClassName
{
border-color: #3225DB;
}
.TagClassName
{
border-color: #3225DB;
}
</style>