#2B1FFD

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

Shades of Han Purple #2B1FFD

Tints of Han Purple #2B1FFD

Color information

#2B1FFD (or 0x2B1FFD) is unknown color: approx Han Purple. HEX triplet: 2B, 1F and FD. RGB value is (43,31,253). Sum of RGB (Red+Green+Blue) = 43+31+253=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 253 (99.22% from 255 or 77.37% from 327); Max value from RGB is 253 - color contains mainly: blue. Hex color #2B1FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B1FFD is #D4E002. Grayscale: #3B3B3B. Windows color (decimal): -13950979 or 16588587. OLE color: 16588587.

HSL color Cylindrical-coordinate representation of color #2B1FFD: hue angle of 243.24º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1FFD is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB4331253-
CMYK0.830.8800.01
HSL243.24º98.23%55.69%-
HSV(B)243.24º87.75%99.22%-
XYZ19.228.5993.57-
YUV59.9236.98115.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.15%
GREEN value IS 31 (12.5% from 255) = 9.48%
BLUE value IS 253 (99.22% from 255) = 77.37%
R=13.15%
G=9.48%
B=77.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal43312530.830.8800.01243.2498.2355.69
Hex2B1FFD535801f36238
Octal53373751231300136314270
Binary10101111111111111011010011101100001111100111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,31,253); }

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

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

 a { background-color: rgb(43,31,253); }

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

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

 span { border-color: rgb(43,31,253); }

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