Shades of Persian Blue #3124C5
Tints of Persian Blue #3124C5
RGB
CMYK
RGB Variations
Color information
#3124C5 (or 0x3124C5) is known color: Persian Blue. HEX triplet: 31, 24 and C5. RGB value is (49,36,197). Sum of RGB (Red+Green+Blue) = 49+36+197=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 197 (77.34% from 255 or 69.86% from 282); Max value from RGB is 197 - color contains mainly: blue. Hex color #3124C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3124C5 is #CEDB3A. Grayscale: #393939. Windows color (decimal): -13556539 or 12919857. OLE color: 12919857.
HSL color Cylindrical-coordinate representation of color #3124C5: hue angle of 244.84º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3124C5 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 36 | 197 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.23 |
| HSL | 244.84º | 0.69% | 0.46% | - |
| HSV(B) | 244.84º | 0.82% | 0.77% | - |
| XYZ | 11.98 | 5.95 | 53.34 | - |
| YUV | 58.24 | 206.31 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 197 | 0.75 | 0.82 | 0 | 0.23 | 244.84 | 0.69 | 0.46 |
| Hex | 31 | 24 | C5 | 4B | 52 | 0 | 17 | F5 | 45 | 2E |
| Octal | 61 | 44 | 305 | 113 | 122 | 0 | 27 | 365 | 105 | 56 |
| Binary | 110001 | 100100 | 11000101 | 1001011 | 1010010 | 0 | 10111 | 11110101 | 1000101 | 101110 |
Color Harmonies of #3124C5
Complementary color
Monochromatic Colors of #3124C5
Black with #3124C5
Text Example
Text Example
White with #3124C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3124C5; }
p { color: rgb(49,36,197); }
H1.HeaderClassName
{
color: #3124C5;
}
.AnyTagClassName
{
color: #3124C5;
}
</style>
background-color css
<style>
a { background-color: #3124C5; }
a { background-color: rgb(49,36,197); }
div.DivClassName
{
background-color: #3124C5;
}
.BgClassName
{
background-color: #3124C5;
}
</style>
border-color css
<style>
span { border-color: #3124C5; }
span { border-color: rgb(49,36,197); }
td.TdClassName
{
border-color: #3124C5;
}
.TagClassName
{
border-color: #3124C5;
}
</style>