#2B14E9

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

Shades of Han Purple #2B14E9

Tints of Han Purple #2B14E9

Color information

#2B14E9 (or 0x2B14E9) is unknown color: approx Han Purple. HEX triplet: 2B, 14 and E9. RGB value is (43,20,233). Sum of RGB (Red+Green+Blue) = 43+20+233=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 233 (91.41% from 255 or 78.72% from 296); Max value from RGB is 233 - color contains mainly: blue. Hex color #2B14E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B14E9 is #D4EB16. Grayscale: #323232. Windows color (decimal): -13953815 or 15275051. OLE color: 15275051.

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

Color convert

RGB4320233-
CMYK0.820.9100.09
HSL246.48º84.19%49.61%-
HSV(B)246.48º91.42%91.37%-
XYZ15.956.977.58-
YUV51.16230.62122.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.53%
GREEN value IS 20 (8.20% from 255) = 6.76%
BLUE value IS 233 (91.41% from 255) = 78.72%
R=14.53%
G=6.76%
B=78.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal43202330.820.9100.09246.4884.1949.61
Hex2B14E9525B09f65432
Octal532435112213301136612462
Binary10101110100111010011010010101101101001111101101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B14E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,20,233); }

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

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

 a { background-color: rgb(43,20,233); }

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

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

 span { border-color: rgb(43,20,233); }

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