Shades of Persian Blue #2940D5
Tints of Persian Blue #2940D5
RGB
CMYK
RGB Variations
Color information
#2940D5 (or 0x2940D5) is known color: Persian Blue. HEX triplet: 29, 40 and D5. RGB value is (41,64,213). Sum of RGB (Red+Green+Blue) = 41+64+213=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 213 (83.59% from 255 or 66.98% from 318); Max value from RGB is 213 - color contains mainly: blue. Hex color #2940D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2940D5 is #D6BF2A. Grayscale: #494949. Windows color (decimal): -14073643 or 13975593. OLE color: 13975593.
HSL color Cylindrical-coordinate representation of color #2940D5: hue angle of 231.98º 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 #2940D5 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 64 | 213 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.16 |
| HSL | 231.98º | 0.68% | 0.5% | - |
| HSV(B) | 231.98º | 0.81% | 0.84% | - |
| XYZ | 14.76 | 8.94 | 63.9 | - |
| YUV | 74.11 | 206.38 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 213 | 0.81 | 0.70 | 0 | 0.16 | 231.98 | 0.68 | 0.5 |
| Hex | 29 | 40 | D5 | 51 | 46 | 0 | 10 | E8 | 44 | 32 |
| Octal | 51 | 100 | 325 | 121 | 106 | 0 | 20 | 350 | 104 | 62 |
| Binary | 101001 | 1000000 | 11010101 | 1010001 | 1000110 | 0 | 10000 | 11101000 | 1000100 | 110010 |
Color Harmonies of #2940D5
Complementary color
Monochromatic Colors of #2940D5
Black with #2940D5
Text Example
Text Example
White with #2940D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2940D5; }
p { color: rgb(41,64,213); }
H1.HeaderClassName
{
color: #2940D5;
}
.AnyTagClassName
{
color: #2940D5;
}
</style>
background-color css
<style>
a { background-color: #2940D5; }
a { background-color: rgb(41,64,213); }
div.DivClassName
{
background-color: #2940D5;
}
.BgClassName
{
background-color: #2940D5;
}
</style>
border-color css
<style>
span { border-color: #2940D5; }
span { border-color: rgb(41,64,213); }
td.TdClassName
{
border-color: #2940D5;
}
.TagClassName
{
border-color: #2940D5;
}
</style>