#2B27AA

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

Shades of Persian Blue #2B27AA

Tints of Persian Blue #2B27AA

Color information

#2B27AA (or 0x2B27AA) is unknown color: approx Persian Blue. HEX triplet: 2B, 27 and AA. RGB value is (43,39,170). Sum of RGB (Red+Green+Blue) = 43+39+170=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B27AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B27AA is #D4D855. Grayscale: #363636. Windows color (decimal): -13949014 or 11151147. OLE color: 11151147.

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

Color convert

RGB4339170-
CMYK0.750.7700.33
HSL241.83º62.68%40.98%-
HSV(B)241.83º77.06%66.67%-
XYZ8.984.8738.5-
YUV55.13192.83119.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.06%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 170 (66.80% from 255) = 67.46%
R=17.06%
G=15.48%
B=67.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43391700.750.7700.33241.8362.6840.98
Hex2B27AA4B4D021f23f29
Octal53472521131150413627751
Binary1010111001111010101010010111001101010000111110010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B27AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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