Shades of Persian Blue #2C22AF
Tints of Persian Blue #2C22AF
RGB
CMYK
RGB Variations
Color information
#2C22AF (or 0x2C22AF) is known color: Persian Blue. HEX triplet: 2C, 22 and AF. RGB value is (44,34,175). Sum of RGB (Red+Green+Blue) = 44+34+175=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #2C22AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C22AF is #D3DD50. Grayscale: #343434. Windows color (decimal): -13884753 or 11477548. OLE color: 11477548.
HSL color Cylindrical-coordinate representation of color #2C22AF: hue angle of 244.26º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C22AF is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 34 | 175 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.31 |
| HSL | 244.26º | 0.67% | 0.41% | - |
| HSV(B) | 244.26º | 0.81% | 0.69% | - |
| XYZ | 9.35 | 4.77 | 40.99 | - |
| YUV | 53.06 | 196.81 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 34 | 175 | 0.75 | 0.81 | 0 | 0.31 | 244.26 | 0.67 | 0.41 |
| Hex | 2C | 22 | AF | 4B | 51 | 0 | 1F | F4 | 43 | 29 |
| Octal | 54 | 42 | 257 | 113 | 121 | 0 | 37 | 364 | 103 | 51 |
| Binary | 101100 | 100010 | 10101111 | 1001011 | 1010001 | 0 | 11111 | 11110100 | 1000011 | 101001 |
Color Harmonies of #2C22AF
Complementary color
Monochromatic Colors of #2C22AF
Black with #2C22AF
Text Example
Text Example
White with #2C22AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C22AF; }
p { color: rgb(44,34,175); }
H1.HeaderClassName
{
color: #2C22AF;
}
.AnyTagClassName
{
color: #2C22AF;
}
</style>
background-color css
<style>
a { background-color: #2C22AF; }
a { background-color: rgb(44,34,175); }
div.DivClassName
{
background-color: #2C22AF;
}
.BgClassName
{
background-color: #2C22AF;
}
</style>
border-color css
<style>
span { border-color: #2C22AF; }
span { border-color: rgb(44,34,175); }
td.TdClassName
{
border-color: #2C22AF;
}
.TagClassName
{
border-color: #2C22AF;
}
</style>