#2B27EB

Color #2B27EB Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #2B27EB

Tints of Han Purple #2B27EB

Color information

#2B27EB (or 0x2B27EB) is unknown color: approx Han Purple. HEX triplet: 2B, 27 and EB. RGB value is (43,39,235). Sum of RGB (Red+Green+Blue) = 43+39+235=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 235 (92.19% from 255 or 74.13% from 317); Max value from RGB is 235 - color contains mainly: blue. Hex color #2B27EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B27EB is #D4D814. Grayscale: #3D3D3D. Windows color (decimal): -13948949 or 15410987. OLE color: 15410987.

HSL color Cylindrical-coordinate representation of color #2B27EB: hue angle of 241.22º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B27EB is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4339235-
CMYK0.820.8300.08
HSL241.22º83.05%53.73%-
HSV(B)241.22º83.4%92.16%-
XYZ16.727.9679.25-
YUV62.54225.33114.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.56%
GREEN value IS 39 (15.62% from 255) = 12.30%
BLUE value IS 235 (92.19% from 255) = 74.13%
R=13.56%
G=12.30%
B=74.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal43392350.820.8300.08241.2283.0553.73
Hex2B27EB525308f15336
Octal534735312212301036112366
Binary101011100111111010111010010101001101000111100011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B27EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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