Shades of Persian Blue #3119C6
Tints of Persian Blue #3119C6
RGB
CMYK
RGB Variations
Color information
#3119C6 (or 0x3119C6) is known color: Persian Blue. HEX triplet: 31, 19 and C6. RGB value is (49,25,198). Sum of RGB (Red+Green+Blue) = 49+25+198=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 198 (77.73% from 255 or 72.79% from 272); Max value from RGB is 198 - color contains mainly: blue. Hex color #3119C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3119C6 is #CEE639. Grayscale: #333333. Windows color (decimal): -13559354 or 12982577. OLE color: 12982577.
HSL color Cylindrical-coordinate representation of color #3119C6: hue angle of 248.32º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3119C6 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 25 | 198 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.22 |
| HSL | 248.32º | 0.78% | 0.44% | - |
| HSV(B) | 248.32º | 0.87% | 0.78% | - |
| XYZ | 11.81 | 5.43 | 53.85 | - |
| YUV | 51.9 | 210.45 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 198 | 0.75 | 0.87 | 0 | 0.22 | 248.32 | 0.78 | 0.44 |
| Hex | 31 | 19 | C6 | 4B | 57 | 0 | 16 | F8 | 4E | 2C |
| Octal | 61 | 31 | 306 | 113 | 127 | 0 | 26 | 370 | 116 | 54 |
| Binary | 110001 | 11001 | 11000110 | 1001011 | 1010111 | 0 | 10110 | 11111000 | 1001110 | 101100 |
Color Harmonies of #3119C6
Complementary color
Monochromatic Colors of #3119C6
Black with #3119C6
Text Example
Text Example
White with #3119C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3119C6; }
p { color: rgb(49,25,198); }
H1.HeaderClassName
{
color: #3119C6;
}
.AnyTagClassName
{
color: #3119C6;
}
</style>
background-color css
<style>
a { background-color: #3119C6; }
a { background-color: rgb(49,25,198); }
div.DivClassName
{
background-color: #3119C6;
}
.BgClassName
{
background-color: #3119C6;
}
</style>
border-color css
<style>
span { border-color: #3119C6; }
span { border-color: rgb(49,25,198); }
td.TdClassName
{
border-color: #3119C6;
}
.TagClassName
{
border-color: #3119C6;
}
</style>