#2E27AE

Color #2E27AE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2E27AE

Tints of Persian Blue #2E27AE

Color information

#2E27AE (or 0x2E27AE) is unknown color: approx Persian Blue. HEX triplet: 2E, 27 and AE. RGB value is (46,39,174). Sum of RGB (Red+Green+Blue) = 46+39+174=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E27AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E27AE is #D1D851. Grayscale: #373737. Windows color (decimal): -13752402 or 11413294. OLE color: 11413294.

HSL color Cylindrical-coordinate representation of color #2E27AE: hue angle of 243.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E27AE is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4639174-
CMYK0.740.7800.32
HSL243.11º63.38%41.76%-
HSV(B)243.11º77.59%68.24%-
XYZ9.495.0940.53-
YUV56.48194.32120.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 17.76%
GREEN value IS 39 (15.62% from 255) = 15.06%
BLUE value IS 174 (68.36% from 255) = 67.18%
R=17.76%
G=15.06%
B=67.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46391740.740.7800.32243.1163.3841.76
Hex2E27AE4A4E020f33f2a
Octal56472561121160403637752
Binary1011101001111010111010010101001110010000011110011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E27AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E27AE; }

 p { color: rgb(46,39,174); }

 H1.HeaderClassName
 {
   color: #2E27AE;
 }
 .AnyTagClassName
 {
   color: #2E27AE;
 }
</style>
background-color css

<style>
 a { background-color: #2E27AE; }

 a { background-color: rgb(46,39,174); }

 div.DivClassName
 {
   background-color: #2E27AE;
 }
 .BgClassName
 {
   background-color: #2E27AE;
 }
</style>
border-color css

<style>
 span { border-color: #2E27AE; }

 span { border-color: rgb(46,39,174); }

 td.TdClassName
 {
   border-color: #2E27AE;
 }
 .TagClassName
 {
   border-color: #2E27AE;
 }
</style>