Shades of Persian Blue #2741DF
Tints of Persian Blue #2741DF
RGB
CMYK
RGB Variations
Color information
#2741DF (or 0x2741DF) is known color: Persian Blue. HEX triplet: 27, 41 and DF. RGB value is (39,65,223). Sum of RGB (Red+Green+Blue) = 39+65+223=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #2741DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2741DF is #D8BE20. Grayscale: #4A4A4A. Windows color (decimal): -14204449 or 14631207. OLE color: 14631207.
HSL color Cylindrical-coordinate representation of color #2741DF: hue angle of 231.52º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2741DF is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 65 | 223 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.13 |
| HSL | 231.52º | 0.74% | 0.51% | - |
| HSV(B) | 231.52º | 0.83% | 0.87% | - |
| XYZ | 16.05 | 9.54 | 70.81 | - |
| YUV | 75.24 | 211.39 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 223 | 0.83 | 0.71 | 0 | 0.13 | 231.52 | 0.74 | 0.51 |
| Hex | 27 | 41 | DF | 53 | 47 | 0 | D | E8 | 4A | 33 |
| Octal | 47 | 101 | 337 | 123 | 107 | 0 | 15 | 350 | 112 | 63 |
| Binary | 100111 | 1000001 | 11011111 | 1010011 | 1000111 | 0 | 1101 | 11101000 | 1001010 | 110011 |
Color Harmonies of #2741DF
Complementary color
Monochromatic Colors of #2741DF
Black with #2741DF
Text Example
Text Example
White with #2741DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2741DF; }
p { color: rgb(39,65,223); }
H1.HeaderClassName
{
color: #2741DF;
}
.AnyTagClassName
{
color: #2741DF;
}
</style>
background-color css
<style>
a { background-color: #2741DF; }
a { background-color: rgb(39,65,223); }
div.DivClassName
{
background-color: #2741DF;
}
.BgClassName
{
background-color: #2741DF;
}
</style>
border-color css
<style>
span { border-color: #2741DF; }
span { border-color: rgb(39,65,223); }
td.TdClassName
{
border-color: #2741DF;
}
.TagClassName
{
border-color: #2741DF;
}
</style>