Shades of Persian Blue #2839DA
Tints of Persian Blue #2839DA
RGB
CMYK
RGB Variations
Color information
#2839DA (or 0x2839DA) is known color: Persian Blue. HEX triplet: 28, 39 and DA. RGB value is (40,57,218). Sum of RGB (Red+Green+Blue) = 40+57+218=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #2839DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2839DA is #D7C625. Grayscale: #454545. Windows color (decimal): -14140966 or 14301480. OLE color: 14301480.
HSL color Cylindrical-coordinate representation of color #2839DA: hue angle of 234.27º 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 #2839DA is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 57 | 218 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.15 |
| HSL | 234.27º | 0.71% | 0.51% | - |
| HSV(B) | 234.27º | 0.82% | 0.85% | - |
| XYZ | 14.99 | 8.44 | 67.17 | - |
| YUV | 70.27 | 211.37 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 218 | 0.82 | 0.74 | 0 | 0.15 | 234.27 | 0.71 | 0.51 |
| Hex | 28 | 39 | DA | 52 | 4A | 0 | F | EA | 47 | 33 |
| Octal | 50 | 71 | 332 | 122 | 112 | 0 | 17 | 352 | 107 | 63 |
| Binary | 101000 | 111001 | 11011010 | 1010010 | 1001010 | 0 | 1111 | 11101010 | 1000111 | 110011 |
Color Harmonies of #2839DA
Complementary color
Monochromatic Colors of #2839DA
Black with #2839DA
Text Example
Text Example
White with #2839DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2839DA; }
p { color: rgb(40,57,218); }
H1.HeaderClassName
{
color: #2839DA;
}
.AnyTagClassName
{
color: #2839DA;
}
</style>
background-color css
<style>
a { background-color: #2839DA; }
a { background-color: rgb(40,57,218); }
div.DivClassName
{
background-color: #2839DA;
}
.BgClassName
{
background-color: #2839DA;
}
</style>
border-color css
<style>
span { border-color: #2839DA; }
span { border-color: rgb(40,57,218); }
td.TdClassName
{
border-color: #2839DA;
}
.TagClassName
{
border-color: #2839DA;
}
</style>