Shades of Persian Blue #2E27AC
Tints of Persian Blue #2E27AC
RGB
CMYK
RGB Variations
Color information
#2E27AC (or 0x2E27AC) is known color: Persian Blue. HEX triplet: 2E, 27 and AC. RGB value is (46,39,172). Sum of RGB (Red+Green+Blue) = 46+39+172=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E27AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E27AC is #D1D853. Grayscale: #373737. Windows color (decimal): -13752404 or 11282222. OLE color: 11282222.
HSL color Cylindrical-coordinate representation of color #2E27AC: hue angle of 243.16º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E27AC is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 39 | 172 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.33 |
| HSL | 243.16º | 0.63% | 0.41% | - |
| HSV(B) | 243.16º | 0.77% | 0.67% | - |
| XYZ | 9.3 | 5.01 | 39.51 | - |
| YUV | 56.26 | 193.32 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 172 | 0.73 | 0.77 | 0 | 0.33 | 243.16 | 0.63 | 0.41 |
| Hex | 2E | 27 | AC | 49 | 4D | 0 | 21 | F3 | 3F | 29 |
| Octal | 56 | 47 | 254 | 111 | 115 | 0 | 41 | 363 | 77 | 51 |
| Binary | 101110 | 100111 | 10101100 | 1001001 | 1001101 | 0 | 100001 | 11110011 | 111111 | 101001 |
Color Harmonies of #2E27AC
Complementary color
Monochromatic Colors of #2E27AC
Black with #2E27AC
Text Example
Text Example
White with #2E27AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E27AC; }
p { color: rgb(46,39,172); }
H1.HeaderClassName
{
color: #2E27AC;
}
.AnyTagClassName
{
color: #2E27AC;
}
</style>
background-color css
<style>
a { background-color: #2E27AC; }
a { background-color: rgb(46,39,172); }
div.DivClassName
{
background-color: #2E27AC;
}
.BgClassName
{
background-color: #2E27AC;
}
</style>
border-color css
<style>
span { border-color: #2E27AC; }
span { border-color: rgb(46,39,172); }
td.TdClassName
{
border-color: #2E27AC;
}
.TagClassName
{
border-color: #2E27AC;
}
</style>