Shades of Persian Blue #3121D6
Tints of Persian Blue #3121D6
RGB
CMYK
RGB Variations
Color information
#3121D6 (or 0x3121D6) is known color: Persian Blue. HEX triplet: 31, 21 and D6. RGB value is (49,33,214). Sum of RGB (Red+Green+Blue) = 49+33+214=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 214 (83.98% from 255 or 72.30% from 296); Max value from RGB is 214 - color contains mainly: blue. Hex color #3121D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3121D6 is #CEDE29. Grayscale: #393939. Windows color (decimal): -13557290 or 14033201. OLE color: 14033201.
HSL color Cylindrical-coordinate representation of color #3121D6: hue angle of 245.3º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3121D6 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 33 | 214 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.16 |
| HSL | 245.3º | 0.73% | 0.48% | - |
| HSV(B) | 245.3º | 0.85% | 0.84% | - |
| XYZ | 13.95 | 6.6 | 64.16 | - |
| YUV | 58.42 | 215.8 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 214 | 0.77 | 0.85 | 0 | 0.16 | 245.3 | 0.73 | 0.48 |
| Hex | 31 | 21 | D6 | 4D | 55 | 0 | 10 | F5 | 49 | 30 |
| Octal | 61 | 41 | 326 | 115 | 125 | 0 | 20 | 365 | 111 | 60 |
| Binary | 110001 | 100001 | 11010110 | 1001101 | 1010101 | 0 | 10000 | 11110101 | 1001001 | 110000 |
Color Harmonies of #3121D6
Complementary color
Monochromatic Colors of #3121D6
Black with #3121D6
Text Example
Text Example
White with #3121D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3121D6; }
p { color: rgb(49,33,214); }
H1.HeaderClassName
{
color: #3121D6;
}
.AnyTagClassName
{
color: #3121D6;
}
</style>
background-color css
<style>
a { background-color: #3121D6; }
a { background-color: rgb(49,33,214); }
div.DivClassName
{
background-color: #3121D6;
}
.BgClassName
{
background-color: #3121D6;
}
</style>
border-color css
<style>
span { border-color: #3121D6; }
span { border-color: rgb(49,33,214); }
td.TdClassName
{
border-color: #3121D6;
}
.TagClassName
{
border-color: #3121D6;
}
</style>