Html Css Color HEX #300FEE Han Purple

📋 copy color: '#300FEE'

red 48 ◦ green 15 ◦ blue 238

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

Shades of Han Purple #300FEE

Tints of Han Purple #300FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 79.07%

R = 15.95%
G = 4.98%
B = 79.07%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#300FEE (or 0x300FEE) is known color: Han Purple. HEX triplet: 30, 0F and EE. RGB value is (48,15,238). Sum of RGB (Red+Green+Blue) = 48+15+238=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 238 (93.36% from 255 or 79.07% from 301); Max value from RGB is 238 - color contains mainly: blue. Hex color #300FEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300FEE is #CFF011. Grayscale: #313131. Windows color (decimal): -13627410 or 15601456. OLE color: 15601456.

HSL color Cylindrical-coordinate representation of color #300FEE: hue angle of 248.88º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300FEE is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 15 238 -
CMYK 0.80 0.94 0 0.07
HSL 248.88º 0.88% 0.5% -
HSV(B) 248.88º 0.94% 0.93% -
XYZ 16.82 7.14 81.38 -
YUV 50.29 233.93 126.37 -
System Red Green Blue C M Y K H S L
Decimal 48 15 238 0.80 0.94 0 0.07 248.88 0.88 0.5
Hex 30 F EE 50 5E 0 7 F9 58 32
Octal 60 17 356 120 136 0 7 371 130 62
Binary 110000 1111 11101110 1010000 1011110 0 111 11111001 1011000 110010

Color Harmonies of #300FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300FEE

Black with #300FEE

Text Example


Text Example

White with #300FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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