#2b27ae

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

Shades of Persian Blue #2B27AE

Tints of Persian Blue #2B27AE

Color information

#2B27AE (or 0x2B27AE) is unknown color: approx Persian Blue. HEX triplet: 2B, 27 and AE. RGB value is (43,39,174). Sum of RGB (Red+Green+Blue) = 43+39+174=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B27AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B27AE is #D4D851. Grayscale: #373737. Windows color (decimal): -13949010 or 11413291. OLE color: 11413291.

HSL color Cylindrical-coordinate representation of color #2B27AE: hue angle of 241.78º 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 #2B27AE is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4339174-
CMYK0.750.7800.32
HSL241.78º63.38%41.76%-
HSV(B)241.78º77.59%68.24%-
XYZ9.365.0240.52-
YUV55.59194.83119.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.80%
GREEN value IS 39 (15.62% from 255) = 15.23%
BLUE value IS 174 (68.36% from 255) = 67.97%
R=16.80%
G=15.23%
B=67.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal43391740.750.7800.32241.7863.3841.76
Hex2B27AE4B4E020f23f2a
Octal53472561131160403627752
Binary1010111001111010111010010111001110010000011110010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b27ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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