#2B08EB

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

Shades of Han Purple #2B08EB

Tints of Han Purple #2B08EB

Color information

#2B08EB (or 0x2B08EB) is unknown color: approx Han Purple. HEX triplet: 2B, 08 and EB. RGB value is (43,8,235). Sum of RGB (Red+Green+Blue) = 43+8+235=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 235 (92.19% from 255 or 82.17% from 286); Max value from RGB is 235 - color contains mainly: blue. Hex color #2B08EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B08EB is #D4F714. Grayscale: #2B2B2B. Windows color (decimal): -13956885 or 15403051. OLE color: 15403051.

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

Color convert

RGB438235-
CMYK0.820.9700.08
HSL249.25º93.42%47.65%-
HSV(B)249.25º96.6%92.16%-
XYZ16.086.6979.04-
YUV44.34235.6127.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.03%
GREEN value IS 8 (3.52% from 255) = 2.80%
BLUE value IS 235 (92.19% from 255) = 82.17%
R=15.03%
G=2.80%
B=82.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal4382350.820.9700.08249.2593.4247.65
Hex2B8EB526108f95d30
Octal531035312214101037113560
Binary1010111000111010111010010110000101000111110011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B08EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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