Shades of Persian Blue #2C29DB
Tints of Persian Blue #2C29DB
RGB
CMYK
RGB Variations
Color information
#2C29DB (or 0x2C29DB) is known color: Persian Blue. HEX triplet: 2C, 29 and DB. RGB value is (44,41,219). Sum of RGB (Red+Green+Blue) = 44+41+219=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C29DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C29DB is #D3D624. Grayscale: #3D3D3D. Windows color (decimal): -13882917 or 14362924. OLE color: 14362924.
HSL color Cylindrical-coordinate representation of color #2C29DB: hue angle of 241.01º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C29DB is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 41 | 219 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.14 |
| HSL | 241.01º | 0.71% | 0.51% | - |
| HSV(B) | 241.01º | 0.81% | 0.86% | - |
| XYZ | 14.62 | 7.24 | 67.64 | - |
| YUV | 62.19 | 216.49 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 41 | 219 | 0.80 | 0.81 | 0 | 0.14 | 241.01 | 0.71 | 0.51 |
| Hex | 2C | 29 | DB | 50 | 51 | 0 | E | F1 | 47 | 33 |
| Octal | 54 | 51 | 333 | 120 | 121 | 0 | 16 | 361 | 107 | 63 |
| Binary | 101100 | 101001 | 11011011 | 1010000 | 1010001 | 0 | 1110 | 11110001 | 1000111 | 110011 |
Color Harmonies of #2C29DB
Complementary color
Monochromatic Colors of #2C29DB
Black with #2C29DB
Text Example
Text Example
White with #2C29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C29DB; }
p { color: rgb(44,41,219); }
H1.HeaderClassName
{
color: #2C29DB;
}
.AnyTagClassName
{
color: #2C29DB;
}
</style>
background-color css
<style>
a { background-color: #2C29DB; }
a { background-color: rgb(44,41,219); }
div.DivClassName
{
background-color: #2C29DB;
}
.BgClassName
{
background-color: #2C29DB;
}
</style>
border-color css
<style>
span { border-color: #2C29DB; }
span { border-color: rgb(44,41,219); }
td.TdClassName
{
border-color: #2C29DB;
}
.TagClassName
{
border-color: #2C29DB;
}
</style>