Html Css Color HEX #300DFB Han Purple

📋 copy color: '#300DFB'

red 48 ◦ green 13 ◦ blue 251

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

Shades of Han Purple #300DFB

Tints of Han Purple #300DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.17%

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

R = 15.38%
G = 4.17%
B = 80.45%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#300DFB (or 0x300DFB) is known color: Han Purple. HEX triplet: 30, 0D and FB. RGB value is (48,13,251). Sum of RGB (Red+Green+Blue) = 48+13+251=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 251 (98.44% from 255 or 80.45% from 312); Max value from RGB is 251 - color contains mainly: blue. Hex color #300DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300DFB is #CFF204. Grayscale: #313131. Windows color (decimal): -13627909 or 16452912. OLE color: 16452912.

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

Color convert

RGB 48 13 251 -
CMYK 0.81 0.95 0 0.02
HSL 248.82º 0.97% 0.52% -
HSV(B) 248.82º 0.95% 0.98% -
XYZ 18.78 7.88 91.8 -
YUV 50.6 241.1 126.15 -
System Red Green Blue C M Y K H S L
Decimal 48 13 251 0.81 0.95 0 0.02 248.82 0.97 0.52
Hex 30 D FB 51 5F 0 2 F9 61 34
Octal 60 15 373 121 137 0 2 371 141 64
Binary 110000 1101 11111011 1010001 1011111 0 10 11111001 1100001 110100

Color Harmonies of #300DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300DFB

Black with #300DFB

Text Example


Text Example

White with #300DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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