Shades of Persian Blue #2C22AD
Tints of Persian Blue #2C22AD
RGB
CMYK
RGB Variations
Color information
#2C22AD (or 0x2C22AD) is known color: Persian Blue. HEX triplet: 2C, 22 and AD. RGB value is (44,34,173). Sum of RGB (Red+Green+Blue) = 44+34+173=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #2C22AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C22AD is #D3DD52. Grayscale: #343434. Windows color (decimal): -13884755 or 11346476. OLE color: 11346476.
HSL color Cylindrical-coordinate representation of color #2C22AD: hue angle of 244.32º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C22AD is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 34 | 173 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.32 |
| HSL | 244.32º | 0.67% | 0.41% | - |
| HSV(B) | 244.32º | 0.8% | 0.68% | - |
| XYZ | 9.15 | 4.7 | 39.96 | - |
| YUV | 52.84 | 195.81 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 34 | 173 | 0.75 | 0.80 | 0 | 0.32 | 244.32 | 0.67 | 0.41 |
| Hex | 2C | 22 | AD | 4B | 50 | 0 | 20 | F4 | 43 | 29 |
| Octal | 54 | 42 | 255 | 113 | 120 | 0 | 40 | 364 | 103 | 51 |
| Binary | 101100 | 100010 | 10101101 | 1001011 | 1010000 | 0 | 100000 | 11110100 | 1000011 | 101001 |
Color Harmonies of #2C22AD
Complementary color
Monochromatic Colors of #2C22AD
Black with #2C22AD
Text Example
Text Example
White with #2C22AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C22AD; }
p { color: rgb(44,34,173); }
H1.HeaderClassName
{
color: #2C22AD;
}
.AnyTagClassName
{
color: #2C22AD;
}
</style>
background-color css
<style>
a { background-color: #2C22AD; }
a { background-color: rgb(44,34,173); }
div.DivClassName
{
background-color: #2C22AD;
}
.BgClassName
{
background-color: #2C22AD;
}
</style>
border-color css
<style>
span { border-color: #2C22AD; }
span { border-color: rgb(44,34,173); }
td.TdClassName
{
border-color: #2C22AD;
}
.TagClassName
{
border-color: #2C22AD;
}
</style>