Shades of Persian Blue #2C27DB
Tints of Persian Blue #2C27DB
RGB
CMYK
RGB Variations
Color information
#2C27DB (or 0x2C27DB) is known color: Persian Blue. HEX triplet: 2C, 27 and DB. RGB value is (44,39,219). Sum of RGB (Red+Green+Blue) = 44+39+219=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C27DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C27DB is #D3D824. Grayscale: #3C3C3C. Windows color (decimal): -13883429 or 14362412. OLE color: 14362412.
HSL color Cylindrical-coordinate representation of color #2C27DB: hue angle of 241.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C27DB is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 39 | 219 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.14 |
| HSL | 241.67º | 0.71% | 0.51% | - |
| HSV(B) | 241.67º | 0.82% | 0.86% | - |
| XYZ | 14.55 | 7.1 | 67.62 | - |
| YUV | 61.02 | 217.16 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 39 | 219 | 0.80 | 0.82 | 0 | 0.14 | 241.67 | 0.71 | 0.51 |
| Hex | 2C | 27 | DB | 50 | 52 | 0 | E | F2 | 47 | 33 |
| Octal | 54 | 47 | 333 | 120 | 122 | 0 | 16 | 362 | 107 | 63 |
| Binary | 101100 | 100111 | 11011011 | 1010000 | 1010010 | 0 | 1110 | 11110010 | 1000111 | 110011 |
Color Harmonies of #2C27DB
Complementary color
Monochromatic Colors of #2C27DB
Black with #2C27DB
Text Example
Text Example
White with #2C27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C27DB; }
p { color: rgb(44,39,219); }
H1.HeaderClassName
{
color: #2C27DB;
}
.AnyTagClassName
{
color: #2C27DB;
}
</style>
background-color css
<style>
a { background-color: #2C27DB; }
a { background-color: rgb(44,39,219); }
div.DivClassName
{
background-color: #2C27DB;
}
.BgClassName
{
background-color: #2C27DB;
}
</style>
border-color css
<style>
span { border-color: #2C27DB; }
span { border-color: rgb(44,39,219); }
td.TdClassName
{
border-color: #2C27DB;
}
.TagClassName
{
border-color: #2C27DB;
}
</style>