#2B19E3

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

Shades of Han Purple #2B19E3

Tints of Han Purple #2B19E3

Color information

#2B19E3 (or 0x2B19E3) is unknown color: approx Han Purple. HEX triplet: 2B, 19 and E3. RGB value is (43,25,227). Sum of RGB (Red+Green+Blue) = 43+25+227=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 227 (89.06% from 255 or 76.95% from 295); Max value from RGB is 227 - color contains mainly: blue. Hex color #2B19E3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B19E3 is #D4E61C. Grayscale: #343434. Windows color (decimal): -13952541 or 14883115. OLE color: 14883115.

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

Color convert

RGB4325227-
CMYK0.810.8900.11
HSL245.35º80.16%49.41%-
HSV(B)245.35º88.99%89.02%-
XYZ15.216.7573.18-
YUV53.41225.96120.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.58%
GREEN value IS 25 (10.16% from 255) = 8.47%
BLUE value IS 227 (89.06% from 255) = 76.95%
R=14.58%
G=8.47%
B=76.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal43252270.810.8900.11245.3580.1649.41
Hex2B19E351590Bf55031
Octal533134312113101336512061
Binary10101111001111000111010001101100101011111101011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B19E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,25,227); }

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

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

 a { background-color: rgb(43,25,227); }

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

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

 span { border-color: rgb(43,25,227); }

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