Shades of Persian Blue #2C2AAD
Tints of Persian Blue #2C2AAD
RGB
CMYK
RGB Variations
Color information
#2C2AAD (or 0x2C2AAD) is known color: Persian Blue. HEX triplet: 2C, 2A and AD. RGB value is (44,42,173). Sum of RGB (Red+Green+Blue) = 44+42+173=259 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.99% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #2C2AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2AAD is #D3D552. Grayscale: #393939. Windows color (decimal): -13882707 or 11348524. OLE color: 11348524.
HSL color Cylindrical-coordinate representation of color #2C2AAD: hue angle of 240.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C2AAD is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 42 | 173 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.32 |
| HSL | 240.92º | 0.61% | 0.42% | - |
| HSV(B) | 240.92º | 0.76% | 0.68% | - |
| XYZ | 9.41 | 5.21 | 40.04 | - |
| YUV | 57.53 | 193.16 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 42 | 173 | 0.75 | 0.76 | 0 | 0.32 | 240.92 | 0.61 | 0.42 |
| Hex | 2C | 2A | AD | 4B | 4C | 0 | 20 | F1 | 3D | 2A |
| Octal | 54 | 52 | 255 | 113 | 114 | 0 | 40 | 361 | 75 | 52 |
| Binary | 101100 | 101010 | 10101101 | 1001011 | 1001100 | 0 | 100000 | 11110001 | 111101 | 101010 |
Color Harmonies of #2C2AAD
Complementary color
Monochromatic Colors of #2C2AAD
Black with #2C2AAD
Text Example
Text Example
White with #2C2AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2AAD; }
p { color: rgb(44,42,173); }
H1.HeaderClassName
{
color: #2C2AAD;
}
.AnyTagClassName
{
color: #2C2AAD;
}
</style>
background-color css
<style>
a { background-color: #2C2AAD; }
a { background-color: rgb(44,42,173); }
div.DivClassName
{
background-color: #2C2AAD;
}
.BgClassName
{
background-color: #2C2AAD;
}
</style>
border-color css
<style>
span { border-color: #2C2AAD; }
span { border-color: rgb(44,42,173); }
td.TdClassName
{
border-color: #2C2AAD;
}
.TagClassName
{
border-color: #2C2AAD;
}
</style>