Shades of Persian Blue #3117C1
Tints of Persian Blue #3117C1
RGB
CMYK
RGB Variations
Color information
#3117C1 (or 0x3117C1) is known color: Persian Blue. HEX triplet: 31, 17 and C1. RGB value is (49,23,193). Sum of RGB (Red+Green+Blue) = 49+23+193=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 193 (75.78% from 255 or 72.83% from 265); Max value from RGB is 193 - color contains mainly: blue. Hex color #3117C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3117C1 is #CEE83E. Grayscale: #313131. Windows color (decimal): -13559871 or 12654385. OLE color: 12654385.
HSL color Cylindrical-coordinate representation of color #3117C1: hue angle of 249.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3117C1 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 23 | 193 | - |
| CMYK | 0.75 | 0.88 | 0 | 0.24 |
| HSL | 249.18º | 0.79% | 0.42% | - |
| HSV(B) | 249.18º | 0.88% | 0.76% | - |
| XYZ | 11.2 | 5.12 | 50.85 | - |
| YUV | 50.15 | 208.61 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 193 | 0.75 | 0.88 | 0 | 0.24 | 249.18 | 0.79 | 0.42 |
| Hex | 31 | 17 | C1 | 4B | 58 | 0 | 18 | F9 | 4F | 2A |
| Octal | 61 | 27 | 301 | 113 | 130 | 0 | 30 | 371 | 117 | 52 |
| Binary | 110001 | 10111 | 11000001 | 1001011 | 1011000 | 0 | 11000 | 11111001 | 1001111 | 101010 |
Color Harmonies of #3117C1
Complementary color
Monochromatic Colors of #3117C1
Black with #3117C1
Text Example
Text Example
White with #3117C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3117C1; }
p { color: rgb(49,23,193); }
H1.HeaderClassName
{
color: #3117C1;
}
.AnyTagClassName
{
color: #3117C1;
}
</style>
background-color css
<style>
a { background-color: #3117C1; }
a { background-color: rgb(49,23,193); }
div.DivClassName
{
background-color: #3117C1;
}
.BgClassName
{
background-color: #3117C1;
}
</style>
border-color css
<style>
span { border-color: #3117C1; }
span { border-color: rgb(49,23,193); }
td.TdClassName
{
border-color: #3117C1;
}
.TagClassName
{
border-color: #3117C1;
}
</style>