Shades of Persian Blue #2939DA
Tints of Persian Blue #2939DA
RGB
CMYK
RGB Variations
Color information
#2939DA (or 0x2939DA) is known color: Persian Blue. HEX triplet: 29, 39 and DA. RGB value is (41,57,218). Sum of RGB (Red+Green+Blue) = 41+57+218=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #2939DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2939DA is #D6C625. Grayscale: #454545. Windows color (decimal): -14075430 or 14301481. OLE color: 14301481.
HSL color Cylindrical-coordinate representation of color #2939DA: hue angle of 234.58º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2939DA is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 57 | 218 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.15 |
| HSL | 234.58º | 0.71% | 0.51% | - |
| HSV(B) | 234.58º | 0.81% | 0.85% | - |
| XYZ | 15.03 | 8.46 | 67.17 | - |
| YUV | 70.57 | 211.2 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 57 | 218 | 0.81 | 0.74 | 0 | 0.15 | 234.58 | 0.71 | 0.51 |
| Hex | 29 | 39 | DA | 51 | 4A | 0 | F | EB | 47 | 33 |
| Octal | 51 | 71 | 332 | 121 | 112 | 0 | 17 | 353 | 107 | 63 |
| Binary | 101001 | 111001 | 11011010 | 1010001 | 1001010 | 0 | 1111 | 11101011 | 1000111 | 110011 |
Color Harmonies of #2939DA
Complementary color
Monochromatic Colors of #2939DA
Black with #2939DA
Text Example
Text Example
White with #2939DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2939DA; }
p { color: rgb(41,57,218); }
H1.HeaderClassName
{
color: #2939DA;
}
.AnyTagClassName
{
color: #2939DA;
}
</style>
background-color css
<style>
a { background-color: #2939DA; }
a { background-color: rgb(41,57,218); }
div.DivClassName
{
background-color: #2939DA;
}
.BgClassName
{
background-color: #2939DA;
}
</style>
border-color css
<style>
span { border-color: #2939DA; }
span { border-color: rgb(41,57,218); }
td.TdClassName
{
border-color: #2939DA;
}
.TagClassName
{
border-color: #2939DA;
}
</style>