Shades of Persian Blue #2C29C3
Tints of Persian Blue #2C29C3
RGB
CMYK
RGB Variations
Color information
#2C29C3 (or 0x2C29C3) is known color: Persian Blue. HEX triplet: 2C, 29 and C3. RGB value is (44,41,195). Sum of RGB (Red+Green+Blue) = 44+41+195=280 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.71% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 195 (76.56% from 255 or 69.64% from 280); Max value from RGB is 195 - color contains mainly: blue. Hex color #2C29C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C29C3 is #D3D63C. Grayscale: #3A3A3A. Windows color (decimal): -13882941 or 12790060. OLE color: 12790060.
HSL color Cylindrical-coordinate representation of color #2C29C3: hue angle of 241.17º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C29C3 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 41 | 195 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.24 |
| HSL | 241.17º | 0.65% | 0.46% | - |
| HSV(B) | 241.17º | 0.79% | 0.76% | - |
| XYZ | 11.68 | 6.06 | 52.18 | - |
| YUV | 59.45 | 204.49 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 41 | 195 | 0.77 | 0.79 | 0 | 0.24 | 241.17 | 0.65 | 0.46 |
| Hex | 2C | 29 | C3 | 4D | 4F | 0 | 18 | F1 | 41 | 2E |
| Octal | 54 | 51 | 303 | 115 | 117 | 0 | 30 | 361 | 101 | 56 |
| Binary | 101100 | 101001 | 11000011 | 1001101 | 1001111 | 0 | 11000 | 11110001 | 1000001 | 101110 |
Color Harmonies of #2C29C3
Complementary color
Monochromatic Colors of #2C29C3
Black with #2C29C3
Text Example
Text Example
White with #2C29C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C29C3; }
p { color: rgb(44,41,195); }
H1.HeaderClassName
{
color: #2C29C3;
}
.AnyTagClassName
{
color: #2C29C3;
}
</style>
background-color css
<style>
a { background-color: #2C29C3; }
a { background-color: rgb(44,41,195); }
div.DivClassName
{
background-color: #2C29C3;
}
.BgClassName
{
background-color: #2C29C3;
}
</style>
border-color css
<style>
span { border-color: #2C29C3; }
span { border-color: rgb(44,41,195); }
td.TdClassName
{
border-color: #2C29C3;
}
.TagClassName
{
border-color: #2C29C3;
}
</style>