Html Css Color HEX #300EFB Han Purple

📋 copy color: '#300EFB'

red 48 ◦ green 14 ◦ blue 251

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

Shades of Han Purple #300EFB

Tints of Han Purple #300EFB

RGB

 RED value IS 48 (19.14% from 255) = 15.34%

 GREEN value IS 14 (5.86% from 255) = 4.47%

 BLUE value IS 251 (98.44% from 255) = 80.19%

R = 15.34%
G = 4.47%
B = 80.19%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#300EFB (or 0x300EFB) is known color: Han Purple. HEX triplet: 30, 0E and FB. RGB value is (48,14,251). Sum of RGB (Red+Green+Blue) = 48+14+251=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 251 (98.44% from 255 or 80.19% from 313); Max value from RGB is 251 - color contains mainly: blue. Hex color #300EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300EFB is #CFF104. Grayscale: #323232. Windows color (decimal): -13627653 or 16453168. OLE color: 16453168.

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

Color convert

RGB 48 14 251 -
CMYK 0.81 0.94 0 0.02
HSL 248.61º 0.97% 0.52% -
HSV(B) 248.61º 0.94% 0.98% -
XYZ 18.79 7.91 91.8 -
YUV 51.18 240.76 125.73 -
System Red Green Blue C M Y K H S L
Decimal 48 14 251 0.81 0.94 0 0.02 248.61 0.97 0.52
Hex 30 E FB 51 5E 0 2 F9 61 34
Octal 60 16 373 121 136 0 2 371 141 64
Binary 110000 1110 11111011 1010001 1011110 0 10 11111001 1100001 110100

Color Harmonies of #300EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300EFB

Black with #300EFB

Text Example


Text Example

White with #300EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #300EFB;
 }
 .AnyTagClassName
 {
   color: #300EFB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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