Shades of Persian Blue #2C21CD
Tints of Persian Blue #2C21CD
RGB
CMYK
RGB Variations
Color information
#2C21CD (or 0x2C21CD) is known color: Persian Blue. HEX triplet: 2C, 21 and CD. RGB value is (44,33,205). Sum of RGB (Red+Green+Blue) = 44+33+205=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 205 (80.47% from 255 or 72.70% from 282); Max value from RGB is 205 - color contains mainly: blue. Hex color #2C21CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C21CD is #D3DE32. Grayscale: #373737. Windows color (decimal): -13884979 or 13443372. OLE color: 13443372.
HSL color Cylindrical-coordinate representation of color #2C21CD: hue angle of 243.84º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C21CD is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 33 | 205 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.20 |
| HSL | 243.84º | 0.72% | 0.47% | - |
| HSV(B) | 243.84º | 0.84% | 0.8% | - |
| XYZ | 12.6 | 6.03 | 58.26 | - |
| YUV | 55.9 | 212.14 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 33 | 205 | 0.79 | 0.84 | 0 | 0.20 | 243.84 | 0.72 | 0.47 |
| Hex | 2C | 21 | CD | 4F | 54 | 0 | 14 | F4 | 48 | 2F |
| Octal | 54 | 41 | 315 | 117 | 124 | 0 | 24 | 364 | 110 | 57 |
| Binary | 101100 | 100001 | 11001101 | 1001111 | 1010100 | 0 | 10100 | 11110100 | 1001000 | 101111 |
Color Harmonies of #2C21CD
Complementary color
Monochromatic Colors of #2C21CD
Black with #2C21CD
Text Example
Text Example
White with #2C21CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C21CD; }
p { color: rgb(44,33,205); }
H1.HeaderClassName
{
color: #2C21CD;
}
.AnyTagClassName
{
color: #2C21CD;
}
</style>
background-color css
<style>
a { background-color: #2C21CD; }
a { background-color: rgb(44,33,205); }
div.DivClassName
{
background-color: #2C21CD;
}
.BgClassName
{
background-color: #2C21CD;
}
</style>
border-color css
<style>
span { border-color: #2C21CD; }
span { border-color: rgb(44,33,205); }
td.TdClassName
{
border-color: #2C21CD;
}
.TagClassName
{
border-color: #2C21CD;
}
</style>