Shades of Persian Blue #2C1FDB
Tints of Persian Blue #2C1FDB
RGB
CMYK
RGB Variations
Color information
#2C1FDB (or 0x2C1FDB) is known color: Persian Blue. HEX triplet: 2C, 1F and DB. RGB value is (44,31,219). Sum of RGB (Red+Green+Blue) = 44+31+219=294 (38% of max value = 765). Red value is 44 (17.58% from 255 or 14.97% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C1FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1FDB is #D3E024. Grayscale: #373737. Windows color (decimal): -13885477 or 14360364. OLE color: 14360364.
HSL color Cylindrical-coordinate representation of color #2C1FDB: hue angle of 244.15º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C1FDB is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 31 | 219 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.14 |
| HSL | 244.15º | 0.75% | 0.49% | - |
| HSV(B) | 244.15º | 0.86% | 0.86% | - |
| XYZ | 14.31 | 6.63 | 67.54 | - |
| YUV | 56.32 | 219.81 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 31 | 219 | 0.80 | 0.86 | 0 | 0.14 | 244.15 | 0.75 | 0.49 |
| Hex | 2C | 1F | DB | 50 | 56 | 0 | E | F4 | 4B | 31 |
| Octal | 54 | 37 | 333 | 120 | 126 | 0 | 16 | 364 | 113 | 61 |
| Binary | 101100 | 11111 | 11011011 | 1010000 | 1010110 | 0 | 1110 | 11110100 | 1001011 | 110001 |
Color Harmonies of #2C1FDB
Complementary color
Monochromatic Colors of #2C1FDB
Black with #2C1FDB
Text Example
Text Example
White with #2C1FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1FDB; }
p { color: rgb(44,31,219); }
H1.HeaderClassName
{
color: #2C1FDB;
}
.AnyTagClassName
{
color: #2C1FDB;
}
</style>
background-color css
<style>
a { background-color: #2C1FDB; }
a { background-color: rgb(44,31,219); }
div.DivClassName
{
background-color: #2C1FDB;
}
.BgClassName
{
background-color: #2C1FDB;
}
</style>
border-color css
<style>
span { border-color: #2C1FDB; }
span { border-color: rgb(44,31,219); }
td.TdClassName
{
border-color: #2C1FDB;
}
.TagClassName
{
border-color: #2C1FDB;
}
</style>