Shades of Persian Blue #2E1ACF
Tints of Persian Blue #2E1ACF
RGB
CMYK
RGB Variations
Color information
#2E1ACF (or 0x2E1ACF) is known color: Persian Blue. HEX triplet: 2E, 1A and CF. RGB value is (46,26,207). Sum of RGB (Red+Green+Blue) = 46+26+207=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E1ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1ACF is #D1E530. Grayscale: #333333. Windows color (decimal): -13755697 or 13572654. OLE color: 13572654.
HSL color Cylindrical-coordinate representation of color #2E1ACF: hue angle of 246.63º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2E1ACF is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 26 | 207 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.19 |
| HSL | 246.63º | 0.78% | 0.46% | - |
| HSV(B) | 246.63º | 0.87% | 0.81% | - |
| XYZ | 12.76 | 5.82 | 59.48 | - |
| YUV | 52.61 | 215.13 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 26 | 207 | 0.78 | 0.87 | 0 | 0.19 | 246.63 | 0.78 | 0.46 |
| Hex | 2E | 1A | CF | 4E | 57 | 0 | 13 | F7 | 4E | 2E |
| Octal | 56 | 32 | 317 | 116 | 127 | 0 | 23 | 367 | 116 | 56 |
| Binary | 101110 | 11010 | 11001111 | 1001110 | 1010111 | 0 | 10011 | 11110111 | 1001110 | 101110 |
Color Harmonies of #2E1ACF
Complementary color
Monochromatic Colors of #2E1ACF
Black with #2E1ACF
Text Example
Text Example
White with #2E1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1ACF; }
p { color: rgb(46,26,207); }
H1.HeaderClassName
{
color: #2E1ACF;
}
.AnyTagClassName
{
color: #2E1ACF;
}
</style>
background-color css
<style>
a { background-color: #2E1ACF; }
a { background-color: rgb(46,26,207); }
div.DivClassName
{
background-color: #2E1ACF;
}
.BgClassName
{
background-color: #2E1ACF;
}
</style>
border-color css
<style>
span { border-color: #2E1ACF; }
span { border-color: rgb(46,26,207); }
td.TdClassName
{
border-color: #2E1ACF;
}
.TagClassName
{
border-color: #2E1ACF;
}
</style>