#2B0FFB

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

Shades of Han Purple #2B0FFB

Tints of Han Purple #2B0FFB

Color information

#2B0FFB (or 0x2B0FFB) is unknown color: approx Han Purple. HEX triplet: 2B, 0F and FB. RGB value is (43,15,251). Sum of RGB (Red+Green+Blue) = 43+15+251=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 251 (98.44% from 255 or 81.23% from 309); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B0FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B0FFB is #D4F004. Grayscale: #313131. Windows color (decimal): -13955077 or 16453419. OLE color: 16453419.

HSL color Cylindrical-coordinate representation of color #2B0FFB: hue angle of 247.12º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0FFB is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB4315251-
CMYK0.830.9400.02
HSL247.12º96.72%52.16%-
HSV(B)247.12º94.02%98.43%-
XYZ18.587.8291.8-
YUV50.28241.28122.81-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.92%
GREEN value IS 15 (6.25% from 255) = 4.85%
BLUE value IS 251 (98.44% from 255) = 81.23%
R=13.92%
G=4.85%
B=81.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal43152510.830.9400.02247.1296.7252.16
Hex2BFFB535E02f76134
Octal53173731231360236714164
Binary10101111111111101110100111011110010111101111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,15,251); }

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

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

 a { background-color: rgb(43,15,251); }

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

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

 span { border-color: rgb(43,15,251); }

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