Shades of Persian Blue #3122CE
Tints of Persian Blue #3122CE
RGB
CMYK
RGB Variations
Color information
#3122CE (or 0x3122CE) is known color: Persian Blue. HEX triplet: 31, 22 and CE. RGB value is (49,34,206). Sum of RGB (Red+Green+Blue) = 49+34+206=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #3122CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3122CE is #CEDD31. Grayscale: #393939. Windows color (decimal): -13557042 or 13509169. OLE color: 13509169.
HSL color Cylindrical-coordinate representation of color #3122CE: hue angle of 245.23º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3122CE is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 34 | 206 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.19 |
| HSL | 245.23º | 0.72% | 0.47% | - |
| HSV(B) | 245.23º | 0.83% | 0.81% | - |
| XYZ | 12.98 | 6.25 | 58.92 | - |
| YUV | 58.09 | 211.47 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 206 | 0.76 | 0.83 | 0 | 0.19 | 245.23 | 0.72 | 0.47 |
| Hex | 31 | 22 | CE | 4C | 53 | 0 | 13 | F5 | 48 | 2F |
| Octal | 61 | 42 | 316 | 114 | 123 | 0 | 23 | 365 | 110 | 57 |
| Binary | 110001 | 100010 | 11001110 | 1001100 | 1010011 | 0 | 10011 | 11110101 | 1001000 | 101111 |
Color Harmonies of #3122CE
Complementary color
Monochromatic Colors of #3122CE
Black with #3122CE
Text Example
Text Example
White with #3122CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3122CE; }
p { color: rgb(49,34,206); }
H1.HeaderClassName
{
color: #3122CE;
}
.AnyTagClassName
{
color: #3122CE;
}
</style>
background-color css
<style>
a { background-color: #3122CE; }
a { background-color: rgb(49,34,206); }
div.DivClassName
{
background-color: #3122CE;
}
.BgClassName
{
background-color: #3122CE;
}
</style>
border-color css
<style>
span { border-color: #3122CE; }
span { border-color: rgb(49,34,206); }
td.TdClassName
{
border-color: #3122CE;
}
.TagClassName
{
border-color: #3122CE;
}
</style>