#2B14E2

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

Shades of Han Purple #2B14E2

Tints of Han Purple #2B14E2

Color information

#2B14E2 (or 0x2B14E2) is unknown color: approx Han Purple. HEX triplet: 2B, 14 and E2. RGB value is (43,20,226). Sum of RGB (Red+Green+Blue) = 43+20+226=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 226 (88.67% from 255 or 78.20% from 289); Max value from RGB is 226 - color contains mainly: blue. Hex color #2B14E2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B14E2 is #D4EB1D. Grayscale: #313131. Windows color (decimal): -13953822 or 14816299. OLE color: 14816299.

HSL color Cylindrical-coordinate representation of color #2B14E2: hue angle of 246.7º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B14E2 is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4320226-
CMYK0.810.9100.11
HSL246.7º83.74%48.24%-
HSV(B)246.7º91.15%88.63%-
XYZ14.976.572.42-
YUV50.36227.12122.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.88%
GREEN value IS 20 (8.20% from 255) = 6.92%
BLUE value IS 226 (88.67% from 255) = 78.20%
R=14.88%
G=6.92%
B=78.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal43202260.810.9100.11246.783.7448.24
Hex2B14E2515B0Bf75430
Octal532434212113301336712460
Binary10101110100111000101010001101101101011111101111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B14E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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