Shades of Persian Blue #2C22D1
Tints of Persian Blue #2C22D1
RGB
CMYK
RGB Variations
Color information
#2C22D1 (or 0x2C22D1) is known color: Persian Blue. HEX triplet: 2C, 22 and D1. RGB value is (44,34,209). Sum of RGB (Red+Green+Blue) = 44+34+209=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 209 (82.03% from 255 or 72.82% from 287); Max value from RGB is 209 - color contains mainly: blue. Hex color #2C22D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C22D1 is #D3DD2E. Grayscale: #383838. Windows color (decimal): -13884719 or 13705772. OLE color: 13705772.
HSL color Cylindrical-coordinate representation of color #2C22D1: hue angle of 243.43º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C22D1 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 34 | 209 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.18 |
| HSL | 243.43º | 0.72% | 0.48% | - |
| HSV(B) | 243.43º | 0.84% | 0.82% | - |
| XYZ | 13.12 | 6.28 | 60.84 | - |
| YUV | 56.94 | 213.81 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 34 | 209 | 0.79 | 0.84 | 0 | 0.18 | 243.43 | 0.72 | 0.48 |
| Hex | 2C | 22 | D1 | 4F | 54 | 0 | 12 | F3 | 48 | 30 |
| Octal | 54 | 42 | 321 | 117 | 124 | 0 | 22 | 363 | 110 | 60 |
| Binary | 101100 | 100010 | 11010001 | 1001111 | 1010100 | 0 | 10010 | 11110011 | 1001000 | 110000 |
Color Harmonies of #2C22D1
Complementary color
Monochromatic Colors of #2C22D1
Black with #2C22D1
Text Example
Text Example
White with #2C22D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C22D1; }
p { color: rgb(44,34,209); }
H1.HeaderClassName
{
color: #2C22D1;
}
.AnyTagClassName
{
color: #2C22D1;
}
</style>
background-color css
<style>
a { background-color: #2C22D1; }
a { background-color: rgb(44,34,209); }
div.DivClassName
{
background-color: #2C22D1;
}
.BgClassName
{
background-color: #2C22D1;
}
</style>
border-color css
<style>
span { border-color: #2C22D1; }
span { border-color: rgb(44,34,209); }
td.TdClassName
{
border-color: #2C22D1;
}
.TagClassName
{
border-color: #2C22D1;
}
</style>