Shades of Persian Blue #2930D5
Tints of Persian Blue #2930D5
RGB
CMYK
RGB Variations
Color information
#2930D5 (or 0x2930D5) is known color: Persian Blue. HEX triplet: 29, 30 and D5. RGB value is (41,48,213). Sum of RGB (Red+Green+Blue) = 41+48+213=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 213 (83.59% from 255 or 70.53% from 302); Max value from RGB is 213 - color contains mainly: blue. Hex color #2930D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2930D5 is #D6CF2A. Grayscale: #404040. Windows color (decimal): -14077739 or 13971497. OLE color: 13971497.
HSL color Cylindrical-coordinate representation of color #2930D5: hue angle of 237.56º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2930D5 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 48 | 213 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.16 |
| HSL | 237.56º | 0.68% | 0.5% | - |
| HSV(B) | 237.56º | 0.81% | 0.84% | - |
| XYZ | 13.98 | 7.39 | 63.64 | - |
| YUV | 64.72 | 211.68 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 48 | 213 | 0.81 | 0.77 | 0 | 0.16 | 237.56 | 0.68 | 0.5 |
| Hex | 29 | 30 | D5 | 51 | 4D | 0 | 10 | EE | 44 | 32 |
| Octal | 51 | 60 | 325 | 121 | 115 | 0 | 20 | 356 | 104 | 62 |
| Binary | 101001 | 110000 | 11010101 | 1010001 | 1001101 | 0 | 10000 | 11101110 | 1000100 | 110010 |
Color Harmonies of #2930D5
Complementary color
Monochromatic Colors of #2930D5
Black with #2930D5
Text Example
Text Example
White with #2930D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2930D5; }
p { color: rgb(41,48,213); }
H1.HeaderClassName
{
color: #2930D5;
}
.AnyTagClassName
{
color: #2930D5;
}
</style>
background-color css
<style>
a { background-color: #2930D5; }
a { background-color: rgb(41,48,213); }
div.DivClassName
{
background-color: #2930D5;
}
.BgClassName
{
background-color: #2930D5;
}
</style>
border-color css
<style>
span { border-color: #2930D5; }
span { border-color: rgb(41,48,213); }
td.TdClassName
{
border-color: #2930D5;
}
.TagClassName
{
border-color: #2930D5;
}
</style>