#2B0BF4

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

Shades of Han Purple #2B0BF4

Tints of Han Purple #2B0BF4

Color information

#2B0BF4 (or 0x2B0BF4) is unknown color: approx Han Purple. HEX triplet: 2B, 0B and F4. RGB value is (43,11,244). Sum of RGB (Red+Green+Blue) = 43+11+244=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 244 (95.70% from 255 or 81.88% from 298); Max value from RGB is 244 - color contains mainly: blue. Hex color #2B0BF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B0BF4 is #D4F40B. Grayscale: #2E2E2E. Windows color (decimal): -13956108 or 15993643. OLE color: 15993643.

HSL color Cylindrical-coordinate representation of color #2B0BF4: hue angle of 248.24º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0BF4 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4311244-
CMYK0.820.9500.04
HSL248.24º91.37%50%-
HSV(B)248.24º95.49%95.69%-
XYZ17.457.2886.07-
YUV47.13239.1125.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.43%
GREEN value IS 11 (4.69% from 255) = 3.69%
BLUE value IS 244 (95.70% from 255) = 81.88%
R=14.43%
G=3.69%
B=81.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal43112440.820.9500.04248.2491.3750
Hex2BBF4525F04f85b32
Octal53133641221370437013362
Binary101011101111110100101001010111110100111110001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,11,244); }

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

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

 a { background-color: rgb(43,11,244); }

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

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

 span { border-color: rgb(43,11,244); }

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