Shades of Persian Blue #3124AB
Tints of Persian Blue #3124AB
RGB
CMYK
RGB Variations
Color information
#3124AB (or 0x3124AB) is known color: Persian Blue. HEX triplet: 31, 24 and AB. RGB value is (49,36,171). Sum of RGB (Red+Green+Blue) = 49+36+171=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #3124AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3124AB is #CEDB54. Grayscale: #363636. Windows color (decimal): -13556565 or 11215921. OLE color: 11215921.
HSL color Cylindrical-coordinate representation of color #3124AB: hue angle of 245.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3124AB is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 36 | 171 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.33 |
| HSL | 245.78º | 0.65% | 0.41% | - |
| HSV(B) | 245.78º | 0.79% | 0.67% | - |
| XYZ | 9.25 | 4.85 | 38.98 | - |
| YUV | 55.28 | 193.31 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 171 | 0.71 | 0.79 | 0 | 0.33 | 245.78 | 0.65 | 0.41 |
| Hex | 31 | 24 | AB | 47 | 4F | 0 | 21 | F6 | 41 | 29 |
| Octal | 61 | 44 | 253 | 107 | 117 | 0 | 41 | 366 | 101 | 51 |
| Binary | 110001 | 100100 | 10101011 | 1000111 | 1001111 | 0 | 100001 | 11110110 | 1000001 | 101001 |
Color Harmonies of #3124AB
Complementary color
Monochromatic Colors of #3124AB
Black with #3124AB
Text Example
Text Example
White with #3124AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3124AB; }
p { color: rgb(49,36,171); }
H1.HeaderClassName
{
color: #3124AB;
}
.AnyTagClassName
{
color: #3124AB;
}
</style>
background-color css
<style>
a { background-color: #3124AB; }
a { background-color: rgb(49,36,171); }
div.DivClassName
{
background-color: #3124AB;
}
.BgClassName
{
background-color: #3124AB;
}
</style>
border-color css
<style>
span { border-color: #3124AB; }
span { border-color: rgb(49,36,171); }
td.TdClassName
{
border-color: #3124AB;
}
.TagClassName
{
border-color: #3124AB;
}
</style>