Shades of Persian Blue #2919CF
Tints of Persian Blue #2919CF
RGB
CMYK
RGB Variations
Color information
#2919CF (or 0x2919CF) is known color: Persian Blue. HEX triplet: 29, 19 and CF. RGB value is (41,25,207). Sum of RGB (Red+Green+Blue) = 41+25+207=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #2919CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2919CF is #D6E630. Grayscale: #313131. Windows color (decimal): -14083633 or 13572393. OLE color: 13572393.
HSL color Cylindrical-coordinate representation of color #2919CF: hue angle of 245.27º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2919CF is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 25 | 207 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.19 |
| HSL | 245.27º | 0.78% | 0.45% | - |
| HSV(B) | 245.27º | 0.88% | 0.81% | - |
| XYZ | 12.52 | 5.67 | 59.47 | - |
| YUV | 50.53 | 216.3 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 207 | 0.80 | 0.88 | 0 | 0.19 | 245.27 | 0.78 | 0.45 |
| Hex | 29 | 19 | CF | 50 | 58 | 0 | 13 | F5 | 4E | 2D |
| Octal | 51 | 31 | 317 | 120 | 130 | 0 | 23 | 365 | 116 | 55 |
| Binary | 101001 | 11001 | 11001111 | 1010000 | 1011000 | 0 | 10011 | 11110101 | 1001110 | 101101 |
Color Harmonies of #2919CF
Complementary color
Monochromatic Colors of #2919CF
Black with #2919CF
Text Example
Text Example
White with #2919CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2919CF; }
p { color: rgb(41,25,207); }
H1.HeaderClassName
{
color: #2919CF;
}
.AnyTagClassName
{
color: #2919CF;
}
</style>
background-color css
<style>
a { background-color: #2919CF; }
a { background-color: rgb(41,25,207); }
div.DivClassName
{
background-color: #2919CF;
}
.BgClassName
{
background-color: #2919CF;
}
</style>
border-color css
<style>
span { border-color: #2919CF; }
span { border-color: rgb(41,25,207); }
td.TdClassName
{
border-color: #2919CF;
}
.TagClassName
{
border-color: #2919CF;
}
</style>