Shades of Persian Blue #3120CE
Tints of Persian Blue #3120CE
RGB
CMYK
RGB Variations
Color information
#3120CE (or 0x3120CE) is known color: Persian Blue. HEX triplet: 31, 20 and CE. RGB value is (49,32,206). Sum of RGB (Red+Green+Blue) = 49+32+206=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #3120CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3120CE is #CEDF31. Grayscale: #383838. Windows color (decimal): -13557554 or 13508657. OLE color: 13508657.
HSL color Cylindrical-coordinate representation of color #3120CE: hue angle of 245.86º 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 #3120CE is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 32 | 206 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.19 |
| HSL | 245.86º | 0.73% | 0.47% | - |
| HSV(B) | 245.86º | 0.84% | 0.81% | - |
| XYZ | 12.92 | 6.14 | 58.9 | - |
| YUV | 56.92 | 212.13 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 206 | 0.76 | 0.84 | 0 | 0.19 | 245.86 | 0.73 | 0.47 |
| Hex | 31 | 20 | CE | 4C | 54 | 0 | 13 | F6 | 49 | 2F |
| Octal | 61 | 40 | 316 | 114 | 124 | 0 | 23 | 366 | 111 | 57 |
| Binary | 110001 | 100000 | 11001110 | 1001100 | 1010100 | 0 | 10011 | 11110110 | 1001001 | 101111 |
Color Harmonies of #3120CE
Complementary color
Monochromatic Colors of #3120CE
Black with #3120CE
Text Example
Text Example
White with #3120CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3120CE; }
p { color: rgb(49,32,206); }
H1.HeaderClassName
{
color: #3120CE;
}
.AnyTagClassName
{
color: #3120CE;
}
</style>
background-color css
<style>
a { background-color: #3120CE; }
a { background-color: rgb(49,32,206); }
div.DivClassName
{
background-color: #3120CE;
}
.BgClassName
{
background-color: #3120CE;
}
</style>
border-color css
<style>
span { border-color: #3120CE; }
span { border-color: rgb(49,32,206); }
td.TdClassName
{
border-color: #3120CE;
}
.TagClassName
{
border-color: #3120CE;
}
</style>