Html Css Color HEX #300FFB Han Purple

📋 copy color: '#300FFB'

red 48 ◦ green 15 ◦ blue 251

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

Shades of Han Purple #300FFB

Tints of Han Purple #300FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 79.94%

R = 15.29%
G = 4.78%
B = 79.94%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#300FFB (or 0x300FFB) is known color: Han Purple. HEX triplet: 30, 0F and FB. RGB value is (48,15,251). Sum of RGB (Red+Green+Blue) = 48+15+251=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 251 (98.44% from 255 or 79.94% from 314); Max value from RGB is 251 - color contains mainly: blue. Hex color #300FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300FFB is #CFF004. Grayscale: #323232. Windows color (decimal): -13627397 or 16453424. OLE color: 16453424.

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

Color convert

RGB 48 15 251 -
CMYK 0.81 0.94 0 0.02
HSL 248.39º 0.97% 0.52% -
HSV(B) 248.39º 0.94% 0.98% -
XYZ 18.8 7.94 91.81 -
YUV 51.77 240.43 125.31 -
System Red Green Blue C M Y K H S L
Decimal 48 15 251 0.81 0.94 0 0.02 248.39 0.97 0.52
Hex 30 F FB 51 5E 0 2 F8 61 34
Octal 60 17 373 121 136 0 2 370 141 64
Binary 110000 1111 11111011 1010001 1011110 0 10 11111000 1100001 110100

Color Harmonies of #300FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300FFB

Black with #300FFB

Text Example


Text Example

White with #300FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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