Shades of Persian Blue #2C1FCC
Tints of Persian Blue #2C1FCC
RGB
CMYK
RGB Variations
Color information
#2C1FCC (or 0x2C1FCC) is known color: Persian Blue. HEX triplet: 2C, 1F and CC. RGB value is (44,31,204). Sum of RGB (Red+Green+Blue) = 44+31+204=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #2C1FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1FCC is #D3E033. Grayscale: #353535. Windows color (decimal): -13885492 or 13377324. OLE color: 13377324.
HSL color Cylindrical-coordinate representation of color #2C1FCC: hue angle of 244.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C1FCC is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 31 | 204 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.2 |
| HSL | 244.51º | 0.74% | 0.46% | - |
| HSV(B) | 244.51º | 0.85% | 0.8% | - |
| XYZ | 12.43 | 5.88 | 57.61 | - |
| YUV | 54.61 | 212.31 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 31 | 204 | 0.78 | 0.85 | 0 | 0.2 | 244.51 | 0.74 | 0.46 |
| Hex | 2C | 1F | CC | 4E | 55 | 0 | 14 | F5 | 4A | 2E |
| Octal | 54 | 37 | 314 | 116 | 125 | 0 | 24 | 365 | 112 | 56 |
| Binary | 101100 | 11111 | 11001100 | 1001110 | 1010101 | 0 | 10100 | 11110101 | 1001010 | 101110 |
Color Harmonies of #2C1FCC
Complementary color
Monochromatic Colors of #2C1FCC
Black with #2C1FCC
Text Example
Text Example
White with #2C1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1FCC; }
p { color: rgb(44,31,204); }
H1.HeaderClassName
{
color: #2C1FCC;
}
.AnyTagClassName
{
color: #2C1FCC;
}
</style>
background-color css
<style>
a { background-color: #2C1FCC; }
a { background-color: rgb(44,31,204); }
div.DivClassName
{
background-color: #2C1FCC;
}
.BgClassName
{
background-color: #2C1FCC;
}
</style>
border-color css
<style>
span { border-color: #2C1FCC; }
span { border-color: rgb(44,31,204); }
td.TdClassName
{
border-color: #2C1FCC;
}
.TagClassName
{
border-color: #2C1FCC;
}
</style>