Shades of Persian Blue #2C39D1
Tints of Persian Blue #2C39D1
RGB
CMYK
RGB Variations
Color information
#2C39D1 (or 0x2C39D1) is known color: Persian Blue. HEX triplet: 2C, 39 and D1. RGB value is (44,57,209). Sum of RGB (Red+Green+Blue) = 44+57+209=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 209 (82.03% from 255 or 67.42% from 310); Max value from RGB is 209 - color contains mainly: blue. Hex color #2C39D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C39D1 is #D3C62E. Grayscale: #454545. Windows color (decimal): -13878831 or 13711660. OLE color: 13711660.
HSL color Cylindrical-coordinate representation of color #2C39D1: hue angle of 235.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C39D1 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 57 | 209 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.18 |
| HSL | 235.27º | 0.65% | 0.5% | - |
| HSV(B) | 235.27º | 0.79% | 0.82% | - |
| XYZ | 14.01 | 8.07 | 61.14 | - |
| YUV | 70.44 | 206.19 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 57 | 209 | 0.79 | 0.73 | 0 | 0.18 | 235.27 | 0.65 | 0.5 |
| Hex | 2C | 39 | D1 | 4F | 49 | 0 | 12 | EB | 41 | 32 |
| Octal | 54 | 71 | 321 | 117 | 111 | 0 | 22 | 353 | 101 | 62 |
| Binary | 101100 | 111001 | 11010001 | 1001111 | 1001001 | 0 | 10010 | 11101011 | 1000001 | 110010 |
Color Harmonies of #2C39D1
Complementary color
Monochromatic Colors of #2C39D1
Black with #2C39D1
Text Example
Text Example
White with #2C39D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C39D1; }
p { color: rgb(44,57,209); }
H1.HeaderClassName
{
color: #2C39D1;
}
.AnyTagClassName
{
color: #2C39D1;
}
</style>
background-color css
<style>
a { background-color: #2C39D1; }
a { background-color: rgb(44,57,209); }
div.DivClassName
{
background-color: #2C39D1;
}
.BgClassName
{
background-color: #2C39D1;
}
</style>
border-color css
<style>
span { border-color: #2C39D1; }
span { border-color: rgb(44,57,209); }
td.TdClassName
{
border-color: #2C39D1;
}
.TagClassName
{
border-color: #2C39D1;
}
</style>