Shades of Persian Blue #2C1ECF
Tints of Persian Blue #2C1ECF
RGB
CMYK
RGB Variations
Color information
#2C1ECF (or 0x2C1ECF) is known color: Persian Blue. HEX triplet: 2C, 1E and CF. RGB value is (44,30,207). Sum of RGB (Red+Green+Blue) = 44+30+207=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 207 (81.25% from 255 or 73.67% from 281); Max value from RGB is 207 - color contains mainly: blue. Hex color #2C1ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1ECF is #D3E130. Grayscale: #353535. Windows color (decimal): -13885745 or 13573676. OLE color: 13573676.
HSL color Cylindrical-coordinate representation of color #2C1ECF: hue angle of 244.75º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C1ECF is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 30 | 207 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.19 |
| HSL | 244.75º | 0.75% | 0.46% | - |
| HSV(B) | 244.75º | 0.86% | 0.81% | - |
| XYZ | 12.77 | 5.97 | 59.51 | - |
| YUV | 54.36 | 214.14 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 30 | 207 | 0.79 | 0.86 | 0 | 0.19 | 244.75 | 0.75 | 0.46 |
| Hex | 2C | 1E | CF | 4F | 56 | 0 | 13 | F5 | 4B | 2E |
| Octal | 54 | 36 | 317 | 117 | 126 | 0 | 23 | 365 | 113 | 56 |
| Binary | 101100 | 11110 | 11001111 | 1001111 | 1010110 | 0 | 10011 | 11110101 | 1001011 | 101110 |
Color Harmonies of #2C1ECF
Complementary color
Monochromatic Colors of #2C1ECF
Black with #2C1ECF
Text Example
Text Example
White with #2C1ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1ECF; }
p { color: rgb(44,30,207); }
H1.HeaderClassName
{
color: #2C1ECF;
}
.AnyTagClassName
{
color: #2C1ECF;
}
</style>
background-color css
<style>
a { background-color: #2C1ECF; }
a { background-color: rgb(44,30,207); }
div.DivClassName
{
background-color: #2C1ECF;
}
.BgClassName
{
background-color: #2C1ECF;
}
</style>
border-color css
<style>
span { border-color: #2C1ECF; }
span { border-color: rgb(44,30,207); }
td.TdClassName
{
border-color: #2C1ECF;
}
.TagClassName
{
border-color: #2C1ECF;
}
</style>