Shades of Persian Blue #2723E1
Tints of Persian Blue #2723E1
RGB
CMYK
RGB Variations
Color information
#2723E1 (or 0x2723E1) is known color: Persian Blue. HEX triplet: 27, 23 and E1. RGB value is (39,35,225). Sum of RGB (Red+Green+Blue) = 39+35+225=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 225 (88.28% from 255 or 75.25% from 299); Max value from RGB is 225 - color contains mainly: blue. Hex color #2723E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2723E1 is #D8DC1E. Grayscale: #393939. Windows color (decimal): -14212127 or 14754599. OLE color: 14754599.
HSL color Cylindrical-coordinate representation of color #2723E1: hue angle of 241.26º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2723E1 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 35 | 225 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.12 |
| HSL | 241.26º | 0.76% | 0.51% | - |
| HSV(B) | 241.26º | 0.84% | 0.88% | - |
| XYZ | 15.03 | 7.07 | 71.81 | - |
| YUV | 57.86 | 222.33 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 35 | 225 | 0.83 | 0.84 | 0 | 0.12 | 241.26 | 0.76 | 0.51 |
| Hex | 27 | 23 | E1 | 53 | 54 | 0 | C | F1 | 4C | 33 |
| Octal | 47 | 43 | 341 | 123 | 124 | 0 | 14 | 361 | 114 | 63 |
| Binary | 100111 | 100011 | 11100001 | 1010011 | 1010100 | 0 | 1100 | 11110001 | 1001100 | 110011 |
Color Harmonies of #2723E1
Complementary color
Monochromatic Colors of #2723E1
Black with #2723E1
Text Example
Text Example
White with #2723E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2723E1; }
p { color: rgb(39,35,225); }
H1.HeaderClassName
{
color: #2723E1;
}
.AnyTagClassName
{
color: #2723E1;
}
</style>
background-color css
<style>
a { background-color: #2723E1; }
a { background-color: rgb(39,35,225); }
div.DivClassName
{
background-color: #2723E1;
}
.BgClassName
{
background-color: #2723E1;
}
</style>
border-color css
<style>
span { border-color: #2723E1; }
span { border-color: rgb(39,35,225); }
td.TdClassName
{
border-color: #2723E1;
}
.TagClassName
{
border-color: #2723E1;
}
</style>