Shades of Persian Blue #3120BB
Tints of Persian Blue #3120BB
RGB
CMYK
RGB Variations
Color information
#3120BB (or 0x3120BB) is known color: Persian Blue. HEX triplet: 31, 20 and BB. RGB value is (49,32,187). Sum of RGB (Red+Green+Blue) = 49+32+187=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #3120BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3120BB is #CEDF44. Grayscale: #363636. Windows color (decimal): -13557573 or 12263473. OLE color: 12263473.
HSL color Cylindrical-coordinate representation of color #3120BB: hue angle of 246.58º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3120BB is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 32 | 187 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.27 |
| HSL | 246.58º | 0.71% | 0.43% | - |
| HSV(B) | 246.58º | 0.83% | 0.73% | - |
| XYZ | 10.75 | 5.27 | 47.46 | - |
| YUV | 54.75 | 202.63 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 187 | 0.74 | 0.83 | 0 | 0.27 | 246.58 | 0.71 | 0.43 |
| Hex | 31 | 20 | BB | 4A | 53 | 0 | 1B | F7 | 47 | 2B |
| Octal | 61 | 40 | 273 | 112 | 123 | 0 | 33 | 367 | 107 | 53 |
| Binary | 110001 | 100000 | 10111011 | 1001010 | 1010011 | 0 | 11011 | 11110111 | 1000111 | 101011 |
Color Harmonies of #3120BB
Complementary color
Monochromatic Colors of #3120BB
Black with #3120BB
Text Example
Text Example
White with #3120BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3120BB; }
p { color: rgb(49,32,187); }
H1.HeaderClassName
{
color: #3120BB;
}
.AnyTagClassName
{
color: #3120BB;
}
</style>
background-color css
<style>
a { background-color: #3120BB; }
a { background-color: rgb(49,32,187); }
div.DivClassName
{
background-color: #3120BB;
}
.BgClassName
{
background-color: #3120BB;
}
</style>
border-color css
<style>
span { border-color: #3120BB; }
span { border-color: rgb(49,32,187); }
td.TdClassName
{
border-color: #3120BB;
}
.TagClassName
{
border-color: #3120BB;
}
</style>