#300BFB

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

Shades of Han Purple #300BFB

Tints of Han Purple #300BFB

Color information

#300BFB (or 0x300BFB) is unknown color: approx Han Purple. HEX triplet: 30, 0B and FB. RGB value is (48,11,251). Sum of RGB (Red+Green+Blue) = 48+11+251=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 251 (98.44% from 255 or 80.97% from 310); Max value from RGB is 251 - color contains mainly: blue. Hex color #300BFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300BFB is #CFF404. Grayscale: #303030. Windows color (decimal): -13628421 or 16452400. OLE color: 16452400.

HSL color Cylindrical-coordinate representation of color #300BFB: hue angle of 249.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300BFB is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB4811251-
CMYK0.810.9600.02
HSL249.25º96.77%51.37%-
HSV(B)249.25º95.62%98.43%-
XYZ18.757.8391.79-
YUV49.42241.76126.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 11 (4.69% from 255) = 3.55%
BLUE value IS 251 (98.44% from 255) = 80.97%
R=15.48%
G=3.55%
B=80.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal48112510.810.9600.02249.2596.7751.37
Hex30BFB516002f96133
Octal60133731211400237114163
Binary11000010111111101110100011100000010111110011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300BFB; }

 p { color: rgb(48,11,251); }

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

<style>
 a { background-color: #300BFB; }

 a { background-color: rgb(48,11,251); }

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

<style>
 span { border-color: #300BFB; }

 span { border-color: rgb(48,11,251); }

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