Shades of Persian Blue #2839CF
Tints of Persian Blue #2839CF
RGB
CMYK
RGB Variations
Color information
#2839CF (or 0x2839CF) is known color: Persian Blue. HEX triplet: 28, 39 and CF. RGB value is (40,57,207). Sum of RGB (Red+Green+Blue) = 40+57+207=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #2839CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2839CF is #D7C630. Grayscale: #444444. Windows color (decimal): -14140977 or 13580584. OLE color: 13580584.
HSL color Cylindrical-coordinate representation of color #2839CF: hue angle of 233.89º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2839CF is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 57 | 207 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.19 |
| HSL | 233.89º | 0.68% | 0.48% | - |
| HSV(B) | 233.89º | 0.81% | 0.81% | - |
| XYZ | 13.6 | 7.88 | 59.84 | - |
| YUV | 69.02 | 205.87 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 207 | 0.81 | 0.72 | 0 | 0.19 | 233.89 | 0.68 | 0.48 |
| Hex | 28 | 39 | CF | 51 | 48 | 0 | 13 | EA | 44 | 30 |
| Octal | 50 | 71 | 317 | 121 | 110 | 0 | 23 | 352 | 104 | 60 |
| Binary | 101000 | 111001 | 11001111 | 1010001 | 1001000 | 0 | 10011 | 11101010 | 1000100 | 110000 |
Color Harmonies of #2839CF
Complementary color
Monochromatic Colors of #2839CF
Black with #2839CF
Text Example
Text Example
White with #2839CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2839CF; }
p { color: rgb(40,57,207); }
H1.HeaderClassName
{
color: #2839CF;
}
.AnyTagClassName
{
color: #2839CF;
}
</style>
background-color css
<style>
a { background-color: #2839CF; }
a { background-color: rgb(40,57,207); }
div.DivClassName
{
background-color: #2839CF;
}
.BgClassName
{
background-color: #2839CF;
}
</style>
border-color css
<style>
span { border-color: #2839CF; }
span { border-color: rgb(40,57,207); }
td.TdClassName
{
border-color: #2839CF;
}
.TagClassName
{
border-color: #2839CF;
}
</style>