Shades of Persian Blue #2919CE
Tints of Persian Blue #2919CE
RGB
CMYK
RGB Variations
Color information
#2919CE (or 0x2919CE) is known color: Persian Blue. HEX triplet: 29, 19 and CE. RGB value is (41,25,206). Sum of RGB (Red+Green+Blue) = 41+25+206=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #2919CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2919CE is #D6E631. Grayscale: #313131. Windows color (decimal): -14083634 or 13506857. OLE color: 13506857.
HSL color Cylindrical-coordinate representation of color #2919CE: hue angle of 245.3º 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 #2919CE is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 25 | 206 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.19 |
| HSL | 245.3º | 0.78% | 0.45% | - |
| HSV(B) | 245.3º | 0.88% | 0.81% | - |
| XYZ | 12.4 | 5.62 | 58.82 | - |
| YUV | 50.42 | 215.8 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 206 | 0.80 | 0.88 | 0 | 0.19 | 245.3 | 0.78 | 0.45 |
| Hex | 29 | 19 | CE | 50 | 58 | 0 | 13 | F5 | 4E | 2D |
| Octal | 51 | 31 | 316 | 120 | 130 | 0 | 23 | 365 | 116 | 55 |
| Binary | 101001 | 11001 | 11001110 | 1010000 | 1011000 | 0 | 10011 | 11110101 | 1001110 | 101101 |
Color Harmonies of #2919CE
Complementary color
Monochromatic Colors of #2919CE
Black with #2919CE
Text Example
Text Example
White with #2919CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2919CE; }
p { color: rgb(41,25,206); }
H1.HeaderClassName
{
color: #2919CE;
}
.AnyTagClassName
{
color: #2919CE;
}
</style>
background-color css
<style>
a { background-color: #2919CE; }
a { background-color: rgb(41,25,206); }
div.DivClassName
{
background-color: #2919CE;
}
.BgClassName
{
background-color: #2919CE;
}
</style>
border-color css
<style>
span { border-color: #2919CE; }
span { border-color: rgb(41,25,206); }
td.TdClassName
{
border-color: #2919CE;
}
.TagClassName
{
border-color: #2919CE;
}
</style>