Shades of Persian Blue #2920D8
Tints of Persian Blue #2920D8
RGB
CMYK
RGB Variations
Color information
#2920D8 (or 0x2920D8) is known color: Persian Blue. HEX triplet: 29, 20 and D8. RGB value is (41,32,216). Sum of RGB (Red+Green+Blue) = 41+32+216=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 216 (84.77% from 255 or 74.74% from 289); Max value from RGB is 216 - color contains mainly: blue. Hex color #2920D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2920D8 is #D6DF27. Grayscale: #363636. Windows color (decimal): -14081832 or 14164009. OLE color: 14164009.
HSL color Cylindrical-coordinate representation of color #2920D8: hue angle of 242.93º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2920D8 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 32 | 216 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.15 |
| HSL | 242.93º | 0.74% | 0.49% | - |
| HSV(B) | 242.93º | 0.85% | 0.85% | - |
| XYZ | 13.83 | 6.46 | 65.48 | - |
| YUV | 55.67 | 218.48 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 32 | 216 | 0.81 | 0.85 | 0 | 0.15 | 242.93 | 0.74 | 0.49 |
| Hex | 29 | 20 | D8 | 51 | 55 | 0 | F | F3 | 4A | 31 |
| Octal | 51 | 40 | 330 | 121 | 125 | 0 | 17 | 363 | 112 | 61 |
| Binary | 101001 | 100000 | 11011000 | 1010001 | 1010101 | 0 | 1111 | 11110011 | 1001010 | 110001 |
Color Harmonies of #2920D8
Complementary color
Monochromatic Colors of #2920D8
Black with #2920D8
Text Example
Text Example
White with #2920D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2920D8; }
p { color: rgb(41,32,216); }
H1.HeaderClassName
{
color: #2920D8;
}
.AnyTagClassName
{
color: #2920D8;
}
</style>
background-color css
<style>
a { background-color: #2920D8; }
a { background-color: rgb(41,32,216); }
div.DivClassName
{
background-color: #2920D8;
}
.BgClassName
{
background-color: #2920D8;
}
</style>
border-color css
<style>
span { border-color: #2920D8; }
span { border-color: rgb(41,32,216); }
td.TdClassName
{
border-color: #2920D8;
}
.TagClassName
{
border-color: #2920D8;
}
</style>