Html Css Color HEX #300BF3 Han Purple

📋 copy color: '#300BF3'

red 48 ◦ green 11 ◦ blue 243

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

Shades of Han Purple #300BF3

Tints of Han Purple #300BF3

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.64%

 BLUE value IS 243 (95.31% from 255) = 80.46%

R = 15.89%
G = 3.64%
B = 80.46%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#300BF3 (or 0x300BF3) is known color: Han Purple. HEX triplet: 30, 0B and F3. RGB value is (48,11,243). Sum of RGB (Red+Green+Blue) = 48+11+243=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 243 (95.31% from 255 or 80.46% from 302); Max value from RGB is 243 - color contains mainly: blue. Hex color #300BF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300BF3 is #CFF40C. Grayscale: #2F2F2F. Windows color (decimal): -13628429 or 15928112. OLE color: 15928112.

HSL color Cylindrical-coordinate representation of color #300BF3: hue angle of 249.57º 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 #300BF3 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 11 243 -
CMYK 0.80 0.95 0 0.05
HSL 249.57º 0.91% 0.5% -
HSV(B) 249.57º 0.95% 0.95% -
XYZ 17.52 7.34 85.29 -
YUV 48.51 237.76 127.64 -
System Red Green Blue C M Y K H S L
Decimal 48 11 243 0.80 0.95 0 0.05 249.57 0.91 0.5
Hex 30 B F3 50 5F 0 5 FA 5B 32
Octal 60 13 363 120 137 0 5 372 133 62
Binary 110000 1011 11110011 1010000 1011111 0 101 11111010 1011011 110010

Color Harmonies of #300BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300BF3

Black with #300BF3

Text Example


Text Example

White with #300BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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