Shades of Persian Blue #3120D0
Tints of Persian Blue #3120D0
RGB
CMYK
RGB Variations
Color information
#3120D0 (or 0x3120D0) is known color: Persian Blue. HEX triplet: 31, 20 and D0. RGB value is (49,32,208). Sum of RGB (Red+Green+Blue) = 49+32+208=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 208 (81.64% from 255 or 71.97% from 289); Max value from RGB is 208 - color contains mainly: blue. Hex color #3120D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3120D0 is #CEDF2F. Grayscale: #383838. Windows color (decimal): -13557552 or 13639729. OLE color: 13639729.
HSL color Cylindrical-coordinate representation of color #3120D0: hue angle of 245.8º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3120D0 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 32 | 208 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.18 |
| HSL | 245.8º | 0.73% | 0.47% | - |
| HSV(B) | 245.8º | 0.85% | 0.82% | - |
| XYZ | 13.17 | 6.24 | 60.18 | - |
| YUV | 57.15 | 213.13 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 208 | 0.76 | 0.85 | 0 | 0.18 | 245.8 | 0.73 | 0.47 |
| Hex | 31 | 20 | D0 | 4C | 55 | 0 | 12 | F6 | 49 | 2F |
| Octal | 61 | 40 | 320 | 114 | 125 | 0 | 22 | 366 | 111 | 57 |
| Binary | 110001 | 100000 | 11010000 | 1001100 | 1010101 | 0 | 10010 | 11110110 | 1001001 | 101111 |
Color Harmonies of #3120D0
Complementary color
Monochromatic Colors of #3120D0
Black with #3120D0
Text Example
Text Example
White with #3120D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3120D0; }
p { color: rgb(49,32,208); }
H1.HeaderClassName
{
color: #3120D0;
}
.AnyTagClassName
{
color: #3120D0;
}
</style>
background-color css
<style>
a { background-color: #3120D0; }
a { background-color: rgb(49,32,208); }
div.DivClassName
{
background-color: #3120D0;
}
.BgClassName
{
background-color: #3120D0;
}
</style>
border-color css
<style>
span { border-color: #3120D0; }
span { border-color: rgb(49,32,208); }
td.TdClassName
{
border-color: #3120D0;
}
.TagClassName
{
border-color: #3120D0;
}
</style>