Shades of Persian Blue #3226DA
Tints of Persian Blue #3226DA
RGB
CMYK
RGB Variations
Color information
#3226DA (or 0x3226DA) is known color: Persian Blue. HEX triplet: 32, 26 and DA. RGB value is (50,38,218). Sum of RGB (Red+Green+Blue) = 50+38+218=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 218 (85.55% from 255 or 71.24% from 306); Max value from RGB is 218 - color contains mainly: blue. Hex color #3226DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3226DA is #CDD925. Grayscale: #3D3D3D. Windows color (decimal): -13490470 or 14296626. OLE color: 14296626.
HSL color Cylindrical-coordinate representation of color #3226DA: hue angle of 244º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3226DA is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 38 | 218 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.15 |
| HSL | 244º | 0.71% | 0.5% | - |
| HSV(B) | 244º | 0.83% | 0.85% | - |
| XYZ | 14.66 | 7.13 | 66.93 | - |
| YUV | 62.11 | 215.98 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 218 | 0.77 | 0.83 | 0 | 0.15 | 244 | 0.71 | 0.5 |
| Hex | 32 | 26 | DA | 4D | 53 | 0 | F | F4 | 47 | 32 |
| Octal | 62 | 46 | 332 | 115 | 123 | 0 | 17 | 364 | 107 | 62 |
| Binary | 110010 | 100110 | 11011010 | 1001101 | 1010011 | 0 | 1111 | 11110100 | 1000111 | 110010 |
Color Harmonies of #3226DA
Complementary color
Monochromatic Colors of #3226DA
Black with #3226DA
Text Example
Text Example
White with #3226DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3226DA; }
p { color: rgb(50,38,218); }
H1.HeaderClassName
{
color: #3226DA;
}
.AnyTagClassName
{
color: #3226DA;
}
</style>
background-color css
<style>
a { background-color: #3226DA; }
a { background-color: rgb(50,38,218); }
div.DivClassName
{
background-color: #3226DA;
}
.BgClassName
{
background-color: #3226DA;
}
</style>
border-color css
<style>
span { border-color: #3226DA; }
span { border-color: rgb(50,38,218); }
td.TdClassName
{
border-color: #3226DA;
}
.TagClassName
{
border-color: #3226DA;
}
</style>