Shades of Persian Blue #2920CF
Tints of Persian Blue #2920CF
RGB
CMYK
RGB Variations
Color information
#2920CF (or 0x2920CF) is known color: Persian Blue. HEX triplet: 29, 20 and CF. RGB value is (41,32,207). Sum of RGB (Red+Green+Blue) = 41+32+207=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 207 (81.25% from 255 or 73.93% from 280); Max value from RGB is 207 - color contains mainly: blue. Hex color #2920CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2920CF is #D6DF30. Grayscale: #353535. Windows color (decimal): -14081841 or 13574185. OLE color: 13574185.
HSL color Cylindrical-coordinate representation of color #2920CF: hue angle of 243.09º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2920CF is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 32 | 207 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.19 |
| HSL | 243.09º | 0.73% | 0.47% | - |
| HSV(B) | 243.09º | 0.85% | 0.81% | - |
| XYZ | 12.69 | 6.01 | 59.52 | - |
| YUV | 54.64 | 213.98 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 32 | 207 | 0.80 | 0.85 | 0 | 0.19 | 243.09 | 0.73 | 0.47 |
| Hex | 29 | 20 | CF | 50 | 55 | 0 | 13 | F3 | 49 | 2F |
| Octal | 51 | 40 | 317 | 120 | 125 | 0 | 23 | 363 | 111 | 57 |
| Binary | 101001 | 100000 | 11001111 | 1010000 | 1010101 | 0 | 10011 | 11110011 | 1001001 | 101111 |
Color Harmonies of #2920CF
Complementary color
Monochromatic Colors of #2920CF
Black with #2920CF
Text Example
Text Example
White with #2920CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2920CF; }
p { color: rgb(41,32,207); }
H1.HeaderClassName
{
color: #2920CF;
}
.AnyTagClassName
{
color: #2920CF;
}
</style>
background-color css
<style>
a { background-color: #2920CF; }
a { background-color: rgb(41,32,207); }
div.DivClassName
{
background-color: #2920CF;
}
.BgClassName
{
background-color: #2920CF;
}
</style>
border-color css
<style>
span { border-color: #2920CF; }
span { border-color: rgb(41,32,207); }
td.TdClassName
{
border-color: #2920CF;
}
.TagClassName
{
border-color: #2920CF;
}
</style>