Html Css Color HEX #300EFF Han Purple

📋 copy color: '#300EFF'

red 48 ◦ green 14 ◦ blue 255

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

Shades of Han Purple #300EFF

Tints of Han Purple #300EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.42%

 BLUE value IS 255 (100% from 255) = 80.44%

R = 15.14%
G = 4.42%
B = 80.44%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#300EFF (or 0x300EFF) is known color: Han Purple. HEX triplet: 30, 0E and FF. RGB value is (48,14,255). Sum of RGB (Red+Green+Blue) = 48+14+255=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 255 (100% from 255 or 80.44% from 317); Max value from RGB is 255 - color contains mainly: blue. Hex color #300EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300EFF is #CFF100. Grayscale: #323232. Windows color (decimal): -13627649 or 16715312. OLE color: 16715312.

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

Color convert

RGB 48 14 255 -
CMYK 0.81 0.95 0 0
HSL 248.46º 1% 0.53% -
HSV(B) 248.46º 0.95% 1% -
XYZ 19.43 8.16 95.16 -
YUV 51.64 242.76 125.4 -
System Red Green Blue C M Y K H S L
Decimal 48 14 255 0.81 0.95 0 0 248.46 1 0.53
Hex 30 E FF 51 5F 0 0 F8 64 35
Octal 60 16 377 121 137 0 0 370 144 65
Binary 110000 1110 11111111 1010001 1011111 0 0 11111000 1100100 110101

Color Harmonies of #300EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300EFF

Black with #300EFF

Text Example


Text Example

White with #300EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,14,255); }

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

background-color css

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

 a { background-color: rgb(48,14,255); }

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

border-color css

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

 span { border-color: rgb(48,14,255); }

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