#2B01E6

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

Shades of Han Purple #2B01E6

Tints of Han Purple #2B01E6

Color information

#2B01E6 (or 0x2B01E6) is unknown color: approx Han Purple. HEX triplet: 2B, 01 and E6. RGB value is (43,1,230). Sum of RGB (Red+Green+Blue) = 43+1+230=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 230 (90.23% from 255 or 83.94% from 274); Max value from RGB is 230 - color contains mainly: blue. Hex color #2B01E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B01E6 is #D4FE19. Grayscale: #262626. Windows color (decimal): -13958682 or 15073579. OLE color: 15073579.

HSL color Cylindrical-coordinate representation of color #2B01E6: hue angle of 251º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B01E6 is Cyan = 0.81, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB431230-
CMYK0.811.0000.10
HSL251º99.13%45.29%-
HSV(B)251º99.57%90.2%-
XYZ15.296.2575.26-
YUV39.66235.41130.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.69%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 230 (90.23% from 255) = 83.94%
R=15.69%
G=0.36%
B=83.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal4312300.811.0000.1025199.1345.29
Hex2B1E651640Afb632d
Octal53134612114401237314355
Binary1010111111001101010001110010001010111110111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B01E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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