Shades of Persian Blue #2C28AB
Tints of Persian Blue #2C28AB
RGB
CMYK
RGB Variations
Color information
#2C28AB (or 0x2C28AB) is known color: Persian Blue. HEX triplet: 2C, 28 and AB. RGB value is (44,40,171). Sum of RGB (Red+Green+Blue) = 44+40+171=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C28AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C28AB is #D3D754. Grayscale: #373737. Windows color (decimal): -13883221 or 11216940. OLE color: 11216940.
HSL color Cylindrical-coordinate representation of color #2C28AB: hue angle of 241.83º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C28AB is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 40 | 171 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.33 |
| HSL | 241.83º | 0.62% | 0.41% | - |
| HSV(B) | 241.83º | 0.77% | 0.67% | - |
| XYZ | 9.15 | 4.99 | 39.01 | - |
| YUV | 56.13 | 192.83 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 40 | 171 | 0.74 | 0.77 | 0 | 0.33 | 241.83 | 0.62 | 0.41 |
| Hex | 2C | 28 | AB | 4A | 4D | 0 | 21 | F2 | 3E | 29 |
| Octal | 54 | 50 | 253 | 112 | 115 | 0 | 41 | 362 | 76 | 51 |
| Binary | 101100 | 101000 | 10101011 | 1001010 | 1001101 | 0 | 100001 | 11110010 | 111110 | 101001 |
Color Harmonies of #2C28AB
Complementary color
Monochromatic Colors of #2C28AB
Black with #2C28AB
Text Example
Text Example
White with #2C28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C28AB; }
p { color: rgb(44,40,171); }
H1.HeaderClassName
{
color: #2C28AB;
}
.AnyTagClassName
{
color: #2C28AB;
}
</style>
background-color css
<style>
a { background-color: #2C28AB; }
a { background-color: rgb(44,40,171); }
div.DivClassName
{
background-color: #2C28AB;
}
.BgClassName
{
background-color: #2C28AB;
}
</style>
border-color css
<style>
span { border-color: #2C28AB; }
span { border-color: rgb(44,40,171); }
td.TdClassName
{
border-color: #2C28AB;
}
.TagClassName
{
border-color: #2C28AB;
}
</style>