#2B20EF

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

Shades of Han Purple #2B20EF

Tints of Han Purple #2B20EF

Color information

#2B20EF (or 0x2B20EF) is unknown color: approx Han Purple. HEX triplet: 2B, 20 and EF. RGB value is (43,32,239). Sum of RGB (Red+Green+Blue) = 43+32+239=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B20EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B20EF is #D4DF10. Grayscale: #3A3A3A. Windows color (decimal): -13950737 or 15671339. OLE color: 15671339.

HSL color Cylindrical-coordinate representation of color #2B20EF: hue angle of 243.19º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B20EF is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4332239-
CMYK0.820.8700.06
HSL243.19º86.61%53.14%-
HSV(B)243.19º86.61%93.73%-
XYZ17.097.7882.26-
YUV58.89229.64116.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.69%
GREEN value IS 32 (12.89% from 255) = 10.19%
BLUE value IS 239 (93.75% from 255) = 76.11%
R=13.69%
G=10.19%
B=76.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal43322390.820.8700.06243.1986.6153.14
Hex2B20EF525706f35735
Octal53403571221270636312765
Binary10101110000011101111101001010101110110111100111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B20EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,32,239); }

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

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

 a { background-color: rgb(43,32,239); }

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

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

 span { border-color: rgb(43,32,239); }

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