Shades of Persian Blue #2928DA
Tints of Persian Blue #2928DA
RGB
CMYK
RGB Variations
Color information
#2928DA (or 0x2928DA) is known color: Persian Blue. HEX triplet: 29, 28 and DA. RGB value is (41,40,218). Sum of RGB (Red+Green+Blue) = 41+40+218=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 218 (85.55% from 255 or 72.91% from 299); Max value from RGB is 218 - color contains mainly: blue. Hex color #2928DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2928DA is #D6D725. Grayscale: #3B3B3B. Windows color (decimal): -14079782 or 14297129. OLE color: 14297129.
HSL color Cylindrical-coordinate representation of color #2928DA: hue angle of 240.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2928DA is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 40 | 218 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.15 |
| HSL | 240.34º | 0.71% | 0.51% | - |
| HSV(B) | 240.34º | 0.82% | 0.85% | - |
| XYZ | 14.33 | 7.05 | 66.94 | - |
| YUV | 60.59 | 216.83 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 40 | 218 | 0.81 | 0.82 | 0 | 0.15 | 240.34 | 0.71 | 0.51 |
| Hex | 29 | 28 | DA | 51 | 52 | 0 | F | F0 | 47 | 33 |
| Octal | 51 | 50 | 332 | 121 | 122 | 0 | 17 | 360 | 107 | 63 |
| Binary | 101001 | 101000 | 11011010 | 1010001 | 1010010 | 0 | 1111 | 11110000 | 1000111 | 110011 |
Color Harmonies of #2928DA
Complementary color
Monochromatic Colors of #2928DA
Black with #2928DA
Text Example
Text Example
White with #2928DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2928DA; }
p { color: rgb(41,40,218); }
H1.HeaderClassName
{
color: #2928DA;
}
.AnyTagClassName
{
color: #2928DA;
}
</style>
background-color css
<style>
a { background-color: #2928DA; }
a { background-color: rgb(41,40,218); }
div.DivClassName
{
background-color: #2928DA;
}
.BgClassName
{
background-color: #2928DA;
}
</style>
border-color css
<style>
span { border-color: #2928DA; }
span { border-color: rgb(41,40,218); }
td.TdClassName
{
border-color: #2928DA;
}
.TagClassName
{
border-color: #2928DA;
}
</style>