#2B27AB

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

Shades of Persian Blue #2B27AB

Tints of Persian Blue #2B27AB

Color information

#2B27AB (or 0x2B27AB) is unknown color: approx Persian Blue. HEX triplet: 2B, 27 and AB. RGB value is (43,39,171). Sum of RGB (Red+Green+Blue) = 43+39+171=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B27AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B27AB is #D4D854. Grayscale: #363636. Windows color (decimal): -13949013 or 11216683. OLE color: 11216683.

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

Color convert

RGB4339171-
CMYK0.750.7700.33
HSL241.82º62.86%41.18%-
HSV(B)241.82º77.19%67.06%-
XYZ9.074.939-
YUV55.24193.33119.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.00%
GREEN value IS 39 (15.62% from 255) = 15.42%
BLUE value IS 171 (67.19% from 255) = 67.59%
R=17.00%
G=15.42%
B=67.59%

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
Decimal43391710.750.7700.33241.8262.8641.18
Hex2B27AB4B4D021f23f29
Octal53472531131150413627751
Binary1010111001111010101110010111001101010000111110010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B27AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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