Html Css Color HEX #300EFA Han Purple

📋 copy color: '#300EFA'

red 48 ◦ green 14 ◦ blue 250

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

Shades of Han Purple #300EFA

Tints of Han Purple #300EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 80.13%

R = 15.38%
G = 4.49%
B = 80.13%

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

#300EFA (or 0x300EFA) is known color: Han Purple. HEX triplet: 30, 0E and FA. RGB value is (48,14,250). Sum of RGB (Red+Green+Blue) = 48+14+250=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 250 (98.05% from 255 or 80.13% from 312); Max value from RGB is 250 - color contains mainly: blue. Hex color #300EFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300EFA is #CFF105. Grayscale: #323232. Windows color (decimal): -13627654 or 16387632. OLE color: 16387632.

HSL color Cylindrical-coordinate representation of color #300EFA: hue angle of 248.64º degrees, saturation: 0.96, 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 #300EFA is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 14 250 -
CMYK 0.81 0.94 0 0.02
HSL 248.64º 0.96% 0.52% -
HSV(B) 248.64º 0.94% 0.98% -
XYZ 18.63 7.84 90.97 -
YUV 51.07 240.26 125.81 -
System Red Green Blue C M Y K H S L
Decimal 48 14 250 0.81 0.94 0 0.02 248.64 0.96 0.52
Hex 30 E FA 51 5E 0 2 F9 60 34
Octal 60 16 372 121 136 0 2 371 140 64
Binary 110000 1110 11111010 1010001 1011110 0 10 11111001 1100000 110100

Color Harmonies of #300EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300EFA

Black with #300EFA

Text Example


Text Example

White with #300EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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