#2B10EB

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

Shades of Han Purple #2B10EB

Tints of Han Purple #2B10EB

Color information

#2B10EB (or 0x2B10EB) is unknown color: approx Han Purple. HEX triplet: 2B, 10 and EB. RGB value is (43,16,235). Sum of RGB (Red+Green+Blue) = 43+16+235=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 235 (92.19% from 255 or 79.93% from 294); Max value from RGB is 235 - color contains mainly: blue. Hex color #2B10EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B10EB is #D4EF14. Grayscale: #303030. Windows color (decimal): -13954837 or 15405099. OLE color: 15405099.

HSL color Cylindrical-coordinate representation of color #2B10EB: hue angle of 247.4º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B10EB is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4316235-
CMYK0.820.9300.08
HSL247.4º87.25%49.22%-
HSV(B)247.4º93.19%92.16%-
XYZ16.186.8879.07-
YUV49.04232.95123.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.63%
GREEN value IS 16 (6.64% from 255) = 5.44%
BLUE value IS 235 (92.19% from 255) = 79.93%
R=14.63%
G=5.44%
B=79.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal43162350.820.9300.08247.487.2549.22
Hex2B10EB525D08f75731
Octal532035312213501036712761
Binary10101110000111010111010010101110101000111101111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B10EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,16,235); }

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

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

 a { background-color: rgb(43,16,235); }

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

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

 span { border-color: rgb(43,16,235); }

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