Shades of Persian Blue #3123BA
Tints of Persian Blue #3123BA
RGB
CMYK
RGB Variations
Color information
#3123BA (or 0x3123BA) is known color: Persian Blue. HEX triplet: 31, 23 and BA. RGB value is (49,35,186). Sum of RGB (Red+Green+Blue) = 49+35+186=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #3123BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3123BA is #CEDC45. Grayscale: #373737. Windows color (decimal): -13556806 or 12198705. OLE color: 12198705.
HSL color Cylindrical-coordinate representation of color #3123BA: hue angle of 245.56º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3123BA is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 35 | 186 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.27 |
| HSL | 245.56º | 0.68% | 0.43% | - |
| HSV(B) | 245.56º | 0.81% | 0.73% | - |
| XYZ | 10.73 | 5.4 | 46.93 | - |
| YUV | 56.4 | 201.14 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 186 | 0.74 | 0.81 | 0 | 0.27 | 245.56 | 0.68 | 0.43 |
| Hex | 31 | 23 | BA | 4A | 51 | 0 | 1B | F6 | 44 | 2B |
| Octal | 61 | 43 | 272 | 112 | 121 | 0 | 33 | 366 | 104 | 53 |
| Binary | 110001 | 100011 | 10111010 | 1001010 | 1010001 | 0 | 11011 | 11110110 | 1000100 | 101011 |
Color Harmonies of #3123BA
Complementary color
Monochromatic Colors of #3123BA
Black with #3123BA
Text Example
Text Example
White with #3123BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3123BA; }
p { color: rgb(49,35,186); }
H1.HeaderClassName
{
color: #3123BA;
}
.AnyTagClassName
{
color: #3123BA;
}
</style>
background-color css
<style>
a { background-color: #3123BA; }
a { background-color: rgb(49,35,186); }
div.DivClassName
{
background-color: #3123BA;
}
.BgClassName
{
background-color: #3123BA;
}
</style>
border-color css
<style>
span { border-color: #3123BA; }
span { border-color: rgb(49,35,186); }
td.TdClassName
{
border-color: #3123BA;
}
.TagClassName
{
border-color: #3123BA;
}
</style>