#2B20E7

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

Shades of Han Purple #2B20E7

Tints of Han Purple #2B20E7

Color information

#2B20E7 (or 0x2B20E7) is unknown color: approx Han Purple. HEX triplet: 2B, 20 and E7. RGB value is (43,32,231). Sum of RGB (Red+Green+Blue) = 43+32+231=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 231 (90.62% from 255 or 75.49% from 306); Max value from RGB is 231 - color contains mainly: blue. Hex color #2B20E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B20E7 is #D4DF18. Grayscale: #393939. Windows color (decimal): -13950745 or 15147051. OLE color: 15147051.

HSL color Cylindrical-coordinate representation of color #2B20E7: hue angle of 243.32º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B20E7 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4332231-
CMYK0.810.8600.09
HSL243.32º80.57%51.57%-
HSV(B)243.32º86.15%90.59%-
XYZ15.947.3276.17-
YUV57.97225.64117.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.05%
GREEN value IS 32 (12.89% from 255) = 10.46%
BLUE value IS 231 (90.62% from 255) = 75.49%
R=14.05%
G=10.46%
B=75.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal43322310.810.8600.09243.3280.5751.57
Hex2B20E7515609f35134
Octal534034712112601136312164
Binary101011100000111001111010001101011001001111100111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B20E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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