Shades of Persian Blue #3122D4
Tints of Persian Blue #3122D4
RGB
CMYK
RGB Variations
Color information
#3122D4 (or 0x3122D4) is known color: Persian Blue. HEX triplet: 31, 22 and D4. RGB value is (49,34,212). Sum of RGB (Red+Green+Blue) = 49+34+212=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 212 (83.20% from 255 or 71.86% from 295); Max value from RGB is 212 - color contains mainly: blue. Hex color #3122D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3122D4 is #CEDD2B. Grayscale: #3A3A3A. Windows color (decimal): -13557036 or 13902385. OLE color: 13902385.
HSL color Cylindrical-coordinate representation of color #3122D4: hue angle of 245.06º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3122D4 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 49 | 34 | 212 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.17 |
| HSL | 245.06º | 0.72% | 0.48% | - |
| HSV(B) | 245.06º | 0.84% | 0.83% | - |
| XYZ | 13.72 | 6.55 | 62.83 | - |
| YUV | 58.78 | 214.47 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 212 | 0.77 | 0.84 | 0 | 0.17 | 245.06 | 0.72 | 0.48 |
| Hex | 31 | 22 | D4 | 4D | 54 | 0 | 11 | F5 | 48 | 30 |
| Octal | 61 | 42 | 324 | 115 | 124 | 0 | 21 | 365 | 110 | 60 |
| Binary | 110001 | 100010 | 11010100 | 1001101 | 1010100 | 0 | 10001 | 11110101 | 1001000 | 110000 |
Color Harmonies of #3122D4
Complementary color
Monochromatic Colors of #3122D4
Black with #3122D4
Text Example
Text Example
White with #3122D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3122D4; }
p { color: rgb(49,34,212); }
H1.HeaderClassName
{
color: #3122D4;
}
.AnyTagClassName
{
color: #3122D4;
}
</style>
background-color css
<style>
a { background-color: #3122D4; }
a { background-color: rgb(49,34,212); }
div.DivClassName
{
background-color: #3122D4;
}
.BgClassName
{
background-color: #3122D4;
}
</style>
border-color css
<style>
span { border-color: #3122D4; }
span { border-color: rgb(49,34,212); }
td.TdClassName
{
border-color: #3122D4;
}
.TagClassName
{
border-color: #3122D4;
}
</style>