#2E27AB

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

Shades of Persian Blue #2E27AB

Tints of Persian Blue #2E27AB

Color information

#2E27AB (or 0x2E27AB) is unknown color: approx Persian Blue. HEX triplet: 2E, 27 and AB. RGB value is (46,39,171). Sum of RGB (Red+Green+Blue) = 46+39+171=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E27AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E27AB is #D1D854. Grayscale: #373737. Windows color (decimal): -13752405 or 11216686. OLE color: 11216686.

HSL color Cylindrical-coordinate representation of color #2E27AB: hue angle of 243.18º 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 #2E27AB is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4639171-
CMYK0.730.7700.33
HSL243.18º62.86%41.18%-
HSV(B)243.18º77.19%67.06%-
XYZ9.24.9739-
YUV56.14192.82120.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.97%
GREEN value IS 39 (15.62% from 255) = 15.23%
BLUE value IS 171 (67.19% from 255) = 66.80%
R=17.97%
G=15.23%
B=66.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46391710.730.7700.33243.1862.8641.18
Hex2E27AB494D021f33f29
Octal56472531111150413637751
Binary1011101001111010101110010011001101010000111110011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E27AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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