Shades of Persian Blue #2C29CB
Tints of Persian Blue #2C29CB
RGB
CMYK
RGB Variations
Color information
#2C29CB (or 0x2C29CB) is known color: Persian Blue. HEX triplet: 2C, 29 and CB. RGB value is (44,41,203). Sum of RGB (Red+Green+Blue) = 44+41+203=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #2C29CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C29CB is #D3D634. Grayscale: #3B3B3B. Windows color (decimal): -13882933 or 13314348. OLE color: 13314348.
HSL color Cylindrical-coordinate representation of color #2C29CB: hue angle of 241.11º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C29CB is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 41 | 203 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.20 |
| HSL | 241.11º | 0.66% | 0.48% | - |
| HSV(B) | 241.11º | 0.8% | 0.8% | - |
| XYZ | 12.61 | 6.43 | 57.08 | - |
| YUV | 60.37 | 208.49 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 41 | 203 | 0.78 | 0.80 | 0 | 0.20 | 241.11 | 0.66 | 0.48 |
| Hex | 2C | 29 | CB | 4E | 50 | 0 | 14 | F1 | 42 | 30 |
| Octal | 54 | 51 | 313 | 116 | 120 | 0 | 24 | 361 | 102 | 60 |
| Binary | 101100 | 101001 | 11001011 | 1001110 | 1010000 | 0 | 10100 | 11110001 | 1000010 | 110000 |
Color Harmonies of #2C29CB
Complementary color
Monochromatic Colors of #2C29CB
Black with #2C29CB
Text Example
Text Example
White with #2C29CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C29CB; }
p { color: rgb(44,41,203); }
H1.HeaderClassName
{
color: #2C29CB;
}
.AnyTagClassName
{
color: #2C29CB;
}
</style>
background-color css
<style>
a { background-color: #2C29CB; }
a { background-color: rgb(44,41,203); }
div.DivClassName
{
background-color: #2C29CB;
}
.BgClassName
{
background-color: #2C29CB;
}
</style>
border-color css
<style>
span { border-color: #2C29CB; }
span { border-color: rgb(44,41,203); }
td.TdClassName
{
border-color: #2C29CB;
}
.TagClassName
{
border-color: #2C29CB;
}
</style>