Shades of Persian Blue #3124B5
Tints of Persian Blue #3124B5
RGB
CMYK
RGB Variations
Color information
#3124B5 (or 0x3124B5) is known color: Persian Blue. HEX triplet: 31, 24 and B5. RGB value is (49,36,181). Sum of RGB (Red+Green+Blue) = 49+36+181=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 181 (71.09% from 255 or 68.05% from 266); Max value from RGB is 181 - color contains mainly: blue. Hex color #3124B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3124B5 is #CEDB4A. Grayscale: #373737. Windows color (decimal): -13556555 or 11871281. OLE color: 11871281.
HSL color Cylindrical-coordinate representation of color #3124B5: hue angle of 245.38º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3124B5 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 36 | 181 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.29 |
| HSL | 245.38º | 0.67% | 0.43% | - |
| HSV(B) | 245.38º | 0.8% | 0.71% | - |
| XYZ | 10.24 | 5.25 | 44.19 | - |
| YUV | 56.42 | 198.31 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 181 | 0.73 | 0.80 | 0 | 0.29 | 245.38 | 0.67 | 0.43 |
| Hex | 31 | 24 | B5 | 49 | 50 | 0 | 1D | F5 | 43 | 2B |
| Octal | 61 | 44 | 265 | 111 | 120 | 0 | 35 | 365 | 103 | 53 |
| Binary | 110001 | 100100 | 10110101 | 1001001 | 1010000 | 0 | 11101 | 11110101 | 1000011 | 101011 |
Color Harmonies of #3124B5
Complementary color
Monochromatic Colors of #3124B5
Black with #3124B5
Text Example
Text Example
White with #3124B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3124B5; }
p { color: rgb(49,36,181); }
H1.HeaderClassName
{
color: #3124B5;
}
.AnyTagClassName
{
color: #3124B5;
}
</style>
background-color css
<style>
a { background-color: #3124B5; }
a { background-color: rgb(49,36,181); }
div.DivClassName
{
background-color: #3124B5;
}
.BgClassName
{
background-color: #3124B5;
}
</style>
border-color css
<style>
span { border-color: #3124B5; }
span { border-color: rgb(49,36,181); }
td.TdClassName
{
border-color: #3124B5;
}
.TagClassName
{
border-color: #3124B5;
}
</style>