#3B0BF3

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

Shades of Han Purple #3B0BF3

Tints of Han Purple #3B0BF3

Color information

#3B0BF3 (or 0x3B0BF3) is unknown color: approx Han Purple. HEX triplet: 3B, 0B and F3. RGB value is (59,11,243). Sum of RGB (Red+Green+Blue) = 59+11+243=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 243 (95.31% from 255 or 77.64% from 313); Max value from RGB is 243 - color contains mainly: blue. Hex color #3B0BF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B0BF3 is #C4F40C. Grayscale: #323232. Windows color (decimal): -12907533 or 15928123. OLE color: 15928123.

HSL color Cylindrical-coordinate representation of color #3B0BF3: hue angle of 252.41º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0BF3 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5911243-
CMYK0.760.9500.05
HSL252.41º91.34%49.8%-
HSV(B)252.41º95.47%95.29%-
XYZ18.17.6485.31-
YUV51.8235.9133.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.85%
GREEN value IS 11 (4.69% from 255) = 3.51%
BLUE value IS 243 (95.31% from 255) = 77.64%
R=18.85%
G=3.51%
B=77.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal59112430.760.9500.05252.4191.3449.8
Hex3BBF34C5F05fc5b32
Octal73133631141370537413362
Binary111011101111110011100110010111110101111111001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B0BF3; }

 p { color: rgb(59,11,243); }

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

<style>
 a { background-color: #3B0BF3; }

 a { background-color: rgb(59,11,243); }

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

<style>
 span { border-color: #3B0BF3; }

 span { border-color: rgb(59,11,243); }

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