Shades of Persian Blue #2C41BF
Tints of Persian Blue #2C41BF
RGB
CMYK
RGB Variations
Color information
#2C41BF (or 0x2C41BF) is known color: Persian Blue. HEX triplet: 2C, 41 and BF. RGB value is (44,65,191). Sum of RGB (Red+Green+Blue) = 44+65+191=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C41BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C41BF is #D3BE40. Grayscale: #484848. Windows color (decimal): -13876801 or 12534060. OLE color: 12534060.
HSL color Cylindrical-coordinate representation of color #2C41BF: hue angle of 231.43º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C41BF is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 65 | 191 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.25 |
| HSL | 231.43º | 0.63% | 0.46% | - |
| HSV(B) | 231.43º | 0.77% | 0.75% | - |
| XYZ | 12.33 | 8.08 | 50.2 | - |
| YUV | 73.09 | 194.54 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 65 | 191 | 0.77 | 0.66 | 0 | 0.25 | 231.43 | 0.63 | 0.46 |
| Hex | 2C | 41 | BF | 4D | 42 | 0 | 19 | E7 | 3F | 2E |
| Octal | 54 | 101 | 277 | 115 | 102 | 0 | 31 | 347 | 77 | 56 |
| Binary | 101100 | 1000001 | 10111111 | 1001101 | 1000010 | 0 | 11001 | 11100111 | 111111 | 101110 |
Color Harmonies of #2C41BF
Complementary color
Monochromatic Colors of #2C41BF
Black with #2C41BF
Text Example
Text Example
White with #2C41BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C41BF; }
p { color: rgb(44,65,191); }
H1.HeaderClassName
{
color: #2C41BF;
}
.AnyTagClassName
{
color: #2C41BF;
}
</style>
background-color css
<style>
a { background-color: #2C41BF; }
a { background-color: rgb(44,65,191); }
div.DivClassName
{
background-color: #2C41BF;
}
.BgClassName
{
background-color: #2C41BF;
}
</style>
border-color css
<style>
span { border-color: #2C41BF; }
span { border-color: rgb(44,65,191); }
td.TdClassName
{
border-color: #2C41BF;
}
.TagClassName
{
border-color: #2C41BF;
}
</style>