#2b11ff

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

Shades of Han Purple #2B11FF

Tints of Han Purple #2B11FF

Color information

#2B11FF (or 0x2B11FF) is unknown color: approx Han Purple. HEX triplet: 2B, 11 and FF. RGB value is (43,17,255). Sum of RGB (Red+Green+Blue) = 43+17+255=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B11FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B11FF is #D4EE00. Grayscale: #323232. Windows color (decimal): -13954561 or 16716075. OLE color: 16716075.

HSL color Cylindrical-coordinate representation of color #2B11FF: hue angle of 246.55º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B11FF is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB4317255-
CMYK0.830.9300
HSL246.55º100%53.33%-
HSV(B)246.55º93.33%100%-
XYZ19.258.1395.16-
YUV51.91242.61121.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.65%
GREEN value IS 17 (7.03% from 255) = 5.40%
BLUE value IS 255 (100% from 255) = 80.95%
R=13.65%
G=5.40%
B=80.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal43172550.830.9300246.5510053.33
Hex2B11FF535D00f76435
Octal53213771231350036714465
Binary10101110001111111111010011101110100111101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b11ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,17,255); }

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

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

 a { background-color: rgb(43,17,255); }

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

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

 span { border-color: rgb(43,17,255); }

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