Shades of Persian Blue #3124CA
Tints of Persian Blue #3124CA
RGB
CMYK
RGB Variations
Color information
#3124CA (or 0x3124CA) is known color: Persian Blue. HEX triplet: 31, 24 and CA. RGB value is (49,36,202). Sum of RGB (Red+Green+Blue) = 49+36+202=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 202 (79.30% from 255 or 70.38% from 287); Max value from RGB is 202 - color contains mainly: blue. Hex color #3124CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3124CA is #CEDB35. Grayscale: #3A3A3A. Windows color (decimal): -13556534 or 13247537. OLE color: 13247537.
HSL color Cylindrical-coordinate representation of color #3124CA: hue angle of 244.7º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3124CA is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 36 | 202 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.21 |
| HSL | 244.7º | 0.7% | 0.47% | - |
| HSV(B) | 244.7º | 0.82% | 0.79% | - |
| XYZ | 12.56 | 6.18 | 56.41 | - |
| YUV | 58.81 | 208.81 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 202 | 0.76 | 0.82 | 0 | 0.21 | 244.7 | 0.7 | 0.47 |
| Hex | 31 | 24 | CA | 4C | 52 | 0 | 15 | F5 | 46 | 2F |
| Octal | 61 | 44 | 312 | 114 | 122 | 0 | 25 | 365 | 106 | 57 |
| Binary | 110001 | 100100 | 11001010 | 1001100 | 1010010 | 0 | 10101 | 11110101 | 1000110 | 101111 |
Color Harmonies of #3124CA
Complementary color
Monochromatic Colors of #3124CA
Black with #3124CA
Text Example
Text Example
White with #3124CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3124CA; }
p { color: rgb(49,36,202); }
H1.HeaderClassName
{
color: #3124CA;
}
.AnyTagClassName
{
color: #3124CA;
}
</style>
background-color css
<style>
a { background-color: #3124CA; }
a { background-color: rgb(49,36,202); }
div.DivClassName
{
background-color: #3124CA;
}
.BgClassName
{
background-color: #3124CA;
}
</style>
border-color css
<style>
span { border-color: #3124CA; }
span { border-color: rgb(49,36,202); }
td.TdClassName
{
border-color: #3124CA;
}
.TagClassName
{
border-color: #3124CA;
}
</style>