Html Css Color HEX #300BFB Han Purple

📋 copy color: '#300BFB'

red 48 ◦ green 11 ◦ blue 251

#300BFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #300BFB

Tints of Han Purple #300BFB

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 value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#300BFB (or 0x300BFB) is known color: 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

RGB 48 11 251 -
CMYK 0.81 0.96 0 0.02
HSL 249.25º 0.97% 0.51% -
HSV(B) 249.25º 0.96% 0.98% -
XYZ 18.75 7.83 91.79 -
YUV 49.42 241.76 126.99 -
System Red Green Blue C M Y K H S L
Decimal 48 11 251 0.81 0.96 0 0.02 249.25 0.97 0.51
Hex 30 B FB 51 60 0 2 F9 61 33
Octal 60 13 373 121 140 0 2 371 141 63
Binary 110000 1011 11111011 1010001 1100000 0 10 11111001 1100001 110011

Color Harmonies of #300BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300BFB

Black with #300BFB

Text Example


Text Example

White with #300BFB

Text Example


Text Example

HTML Codes & Css Web 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>