Html Css Color HEX #300FFE Han Purple

📋 copy color: '#300FFE'

red 48 ◦ green 15 ◦ blue 254

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

Shades of Han Purple #300FFE

Tints of Han Purple #300FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.73%

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

R = 15.14%
G = 4.73%
B = 80.13%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#300FFE (or 0x300FFE) is known color: Han Purple. HEX triplet: 30, 0F and FE. RGB value is (48,15,254). Sum of RGB (Red+Green+Blue) = 48+15+254=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 254 (99.61% from 255 or 80.13% from 317); Max value from RGB is 254 - color contains mainly: blue. Hex color #300FFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300FFE is #CFF001. Grayscale: #333333. Windows color (decimal): -13627394 or 16650032. OLE color: 16650032.

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

Color convert

RGB 48 15 254 -
CMYK 0.81 0.94 0 0.00
HSL 248.28º 0.99% 0.53% -
HSV(B) 248.28º 0.94% 1% -
XYZ 19.28 8.13 94.32 -
YUV 52.11 241.93 125.07 -
System Red Green Blue C M Y K H S L
Decimal 48 15 254 0.81 0.94 0 0.00 248.28 0.99 0.53
Hex 30 F FE 51 5E 0 0 F8 63 35
Octal 60 17 376 121 136 0 0 370 143 65
Binary 110000 1111 11111110 1010001 1011110 0 0 11111000 1100011 110101

Color Harmonies of #300FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300FFE

Black with #300FFE

Text Example


Text Example

White with #300FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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