#2B1AF1

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

Shades of Han Purple #2B1AF1

Tints of Han Purple #2B1AF1

Color information

#2B1AF1 (or 0x2B1AF1) is unknown color: approx Han Purple. HEX triplet: 2B, 1A and F1. RGB value is (43,26,241). Sum of RGB (Red+Green+Blue) = 43+26+241=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 241 (94.53% from 255 or 77.74% from 310); Max value from RGB is 241 - color contains mainly: blue. Hex color #2B1AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B1AF1 is #D4E50E. Grayscale: #363636. Windows color (decimal): -13952271 or 15800875. OLE color: 15800875.

HSL color Cylindrical-coordinate representation of color #2B1AF1: hue angle of 244.74º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B1AF1 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4326241-
CMYK0.820.8900.05
HSL244.74º88.48%52.35%-
HSV(B)244.74º89.21%94.51%-
XYZ17.247.683.78-
YUV55.59232.63119.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.87%
GREEN value IS 26 (10.55% from 255) = 8.39%
BLUE value IS 241 (94.53% from 255) = 77.74%
R=13.87%
G=8.39%
B=77.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal43262410.820.8900.05244.7488.4852.35
Hex2B1AF1525905f55834
Octal53323611221310536513064
Binary1010111101011110001101001010110010101111101011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,26,241); }

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

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

 a { background-color: rgb(43,26,241); }

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

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

 span { border-color: rgb(43,26,241); }

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