Shades of Persian Blue #3122BA
Tints of Persian Blue #3122BA
RGB
CMYK
RGB Variations
Color information
#3122BA (or 0x3122BA) is known color: Persian Blue. HEX triplet: 31, 22 and BA. RGB value is (49,34,186). Sum of RGB (Red+Green+Blue) = 49+34+186=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #3122BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3122BA is #CEDD45. Grayscale: #373737. Windows color (decimal): -13557062 or 12198449. OLE color: 12198449.
HSL color Cylindrical-coordinate representation of color #3122BA: hue angle of 245.92º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3122BA is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 34 | 186 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.27 |
| HSL | 245.92º | 0.69% | 0.43% | - |
| HSV(B) | 245.92º | 0.82% | 0.73% | - |
| XYZ | 10.7 | 5.34 | 46.92 | - |
| YUV | 55.81 | 201.47 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 186 | 0.74 | 0.82 | 0 | 0.27 | 245.92 | 0.69 | 0.43 |
| Hex | 31 | 22 | BA | 4A | 52 | 0 | 1B | F6 | 45 | 2B |
| Octal | 61 | 42 | 272 | 112 | 122 | 0 | 33 | 366 | 105 | 53 |
| Binary | 110001 | 100010 | 10111010 | 1001010 | 1010010 | 0 | 11011 | 11110110 | 1000101 | 101011 |
Color Harmonies of #3122BA
Complementary color
Monochromatic Colors of #3122BA
Black with #3122BA
Text Example
Text Example
White with #3122BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3122BA; }
p { color: rgb(49,34,186); }
H1.HeaderClassName
{
color: #3122BA;
}
.AnyTagClassName
{
color: #3122BA;
}
</style>
background-color css
<style>
a { background-color: #3122BA; }
a { background-color: rgb(49,34,186); }
div.DivClassName
{
background-color: #3122BA;
}
.BgClassName
{
background-color: #3122BA;
}
</style>
border-color css
<style>
span { border-color: #3122BA; }
span { border-color: rgb(49,34,186); }
td.TdClassName
{
border-color: #3122BA;
}
.TagClassName
{
border-color: #3122BA;
}
</style>