Shades of Persian Blue #3121CF
Tints of Persian Blue #3121CF
RGB
CMYK
RGB Variations
Color information
#3121CF (or 0x3121CF) is known color: Persian Blue. HEX triplet: 31, 21 and CF. RGB value is (49,33,207). Sum of RGB (Red+Green+Blue) = 49+33+207=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #3121CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3121CF is #CEDE30. Grayscale: #383838. Windows color (decimal): -13557297 or 13574449. OLE color: 13574449.
HSL color Cylindrical-coordinate representation of color #3121CF: hue angle of 245.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3121CF is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 33 | 207 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.19 |
| HSL | 245.52º | 0.73% | 0.47% | - |
| HSV(B) | 245.52º | 0.84% | 0.81% | - |
| XYZ | 13.07 | 6.25 | 59.55 | - |
| YUV | 57.62 | 212.3 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 207 | 0.76 | 0.84 | 0 | 0.19 | 245.52 | 0.73 | 0.47 |
| Hex | 31 | 21 | CF | 4C | 54 | 0 | 13 | F6 | 48 | 2F |
| Octal | 61 | 41 | 317 | 114 | 124 | 0 | 23 | 366 | 110 | 57 |
| Binary | 110001 | 100001 | 11001111 | 1001100 | 1010100 | 0 | 10011 | 11110110 | 1001000 | 101111 |
Color Harmonies of #3121CF
Complementary color
Monochromatic Colors of #3121CF
Black with #3121CF
Text Example
Text Example
White with #3121CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3121CF; }
p { color: rgb(49,33,207); }
H1.HeaderClassName
{
color: #3121CF;
}
.AnyTagClassName
{
color: #3121CF;
}
</style>
background-color css
<style>
a { background-color: #3121CF; }
a { background-color: rgb(49,33,207); }
div.DivClassName
{
background-color: #3121CF;
}
.BgClassName
{
background-color: #3121CF;
}
</style>
border-color css
<style>
span { border-color: #3121CF; }
span { border-color: rgb(49,33,207); }
td.TdClassName
{
border-color: #3121CF;
}
.TagClassName
{
border-color: #3121CF;
}
</style>