#2b26e6

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

Shades of Han Purple #2B26E6

Tints of Han Purple #2B26E6

Color information

#2B26E6 (or 0x2B26E6) is unknown color: approx Han Purple. HEX triplet: 2B, 26 and E6. RGB value is (43,38,230). Sum of RGB (Red+Green+Blue) = 43+38+230=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 230 (90.23% from 255 or 73.95% from 311); Max value from RGB is 230 - color contains mainly: blue. Hex color #2B26E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B26E6 is #D4D919. Grayscale: #3C3C3C. Windows color (decimal): -13949210 or 15083051. OLE color: 15083051.

HSL color Cylindrical-coordinate representation of color #2B26E6: hue angle of 241.56º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B26E6 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4338230-
CMYK0.810.8300.10
HSL241.56º79.34%52.55%-
HSV(B)241.56º83.48%90.2%-
XYZ15.977.6175.49-
YUV61.38223.16114.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.83%
GREEN value IS 38 (15.23% from 255) = 12.22%
BLUE value IS 230 (90.23% from 255) = 73.95%
R=13.83%
G=12.22%
B=73.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal43382300.810.8300.10241.5679.3452.55
Hex2B26E651530Af24f35
Octal534634612112301236211765
Binary101011100110111001101010001101001101010111100101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b26e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,38,230); }

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

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

 a { background-color: rgb(43,38,230); }

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

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

 span { border-color: rgb(43,38,230); }

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