Html Css Color HEX #300BF8 Han Purple

📋 copy color: '#300BF8'

red 48 ◦ green 11 ◦ blue 248

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

Shades of Han Purple #300BF8

Tints of Han Purple #300BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 80.78%

R = 15.64%
G = 3.58%
B = 80.78%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#300BF8 (or 0x300BF8) is known color: Han Purple. HEX triplet: 30, 0B and F8. RGB value is (48,11,248). Sum of RGB (Red+Green+Blue) = 48+11+248=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 248 (97.27% from 255 or 80.78% from 307); Max value from RGB is 248 - color contains mainly: blue. Hex color #300BF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300BF8 is #CFF407. Grayscale: #303030. Windows color (decimal): -13628424 or 16255792. OLE color: 16255792.

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

Color convert

RGB 48 11 248 -
CMYK 0.81 0.96 0 0.03
HSL 249.37º 0.94% 0.51% -
HSV(B) 249.37º 0.96% 0.97% -
XYZ 18.28 7.65 89.32 -
YUV 49.08 240.26 127.23 -
System Red Green Blue C M Y K H S L
Decimal 48 11 248 0.81 0.96 0 0.03 249.37 0.94 0.51
Hex 30 B F8 51 60 0 3 F9 5E 33
Octal 60 13 370 121 140 0 3 371 136 63
Binary 110000 1011 11111000 1010001 1100000 0 11 11111001 1011110 110011

Color Harmonies of #300BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300BF8

Black with #300BF8

Text Example


Text Example

White with #300BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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