Shades of Persian Blue #3125BA
Tints of Persian Blue #3125BA
RGB
CMYK
RGB Variations
Color information
#3125BA (or 0x3125BA) is known color: Persian Blue. HEX triplet: 31, 25 and BA. RGB value is (49,37,186). Sum of RGB (Red+Green+Blue) = 49+37+186=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #3125BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3125BA is #CEDA45. Grayscale: #383838. Windows color (decimal): -13556294 or 12199217. OLE color: 12199217.
HSL color Cylindrical-coordinate representation of color #3125BA: hue angle of 244.83º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3125BA is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 37 | 186 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.27 |
| HSL | 244.83º | 0.67% | 0.44% | - |
| HSV(B) | 244.83º | 0.8% | 0.73% | - |
| XYZ | 10.79 | 5.52 | 46.95 | - |
| YUV | 57.57 | 200.48 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 186 | 0.74 | 0.80 | 0 | 0.27 | 244.83 | 0.67 | 0.44 |
| Hex | 31 | 25 | BA | 4A | 50 | 0 | 1B | F5 | 43 | 2C |
| Octal | 61 | 45 | 272 | 112 | 120 | 0 | 33 | 365 | 103 | 54 |
| Binary | 110001 | 100101 | 10111010 | 1001010 | 1010000 | 0 | 11011 | 11110101 | 1000011 | 101100 |
Color Harmonies of #3125BA
Complementary color
Monochromatic Colors of #3125BA
Black with #3125BA
Text Example
Text Example
White with #3125BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3125BA; }
p { color: rgb(49,37,186); }
H1.HeaderClassName
{
color: #3125BA;
}
.AnyTagClassName
{
color: #3125BA;
}
</style>
background-color css
<style>
a { background-color: #3125BA; }
a { background-color: rgb(49,37,186); }
div.DivClassName
{
background-color: #3125BA;
}
.BgClassName
{
background-color: #3125BA;
}
</style>
border-color css
<style>
span { border-color: #3125BA; }
span { border-color: rgb(49,37,186); }
td.TdClassName
{
border-color: #3125BA;
}
.TagClassName
{
border-color: #3125BA;
}
</style>