Html Css Color HEX #300BFE Han Purple

📋 copy color: '#300BFE'

red 48 ◦ green 11 ◦ blue 254

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

Shades of Han Purple #300BFE

Tints of Han Purple #300BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 81.15%

R = 15.34%
G = 3.51%
B = 81.15%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#300BFE (or 0x300BFE) is known color: Han Purple. HEX triplet: 30, 0B and FE. RGB value is (48,11,254). Sum of RGB (Red+Green+Blue) = 48+11+254=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 254 (99.61% from 255 or 81.15% from 313); Max value from RGB is 254 - color contains mainly: blue. Hex color #300BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300BFE is #CFF401. Grayscale: #303030. Windows color (decimal): -13628418 or 16649008. OLE color: 16649008.

HSL color Cylindrical-coordinate representation of color #300BFE: hue angle of 249.14º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300BFE is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 11 254 -
CMYK 0.81 0.96 0 0.00
HSL 249.14º 0.99% 0.52% -
HSV(B) 249.14º 0.96% 1% -
XYZ 19.23 8.02 94.3 -
YUV 49.77 243.26 126.74 -
System Red Green Blue C M Y K H S L
Decimal 48 11 254 0.81 0.96 0 0.00 249.14 0.99 0.52
Hex 30 B FE 51 60 0 0 F9 63 34
Octal 60 13 376 121 140 0 0 371 143 64
Binary 110000 1011 11111110 1010001 1100000 0 0 11111001 1100011 110100

Color Harmonies of #300BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300BFE

Black with #300BFE

Text Example


Text Example

White with #300BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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