Html Css Color HEX #300DF0 Han Purple

📋 copy color: '#300DF0'

red 48 ◦ green 13 ◦ blue 240

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

Shades of Han Purple #300DF0

Tints of Han Purple #300DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 79.73%

R = 15.95%
G = 4.32%
B = 79.73%

CMYK

 C value IS 0.8

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#300DF0 (or 0x300DF0) is known color: Han Purple. HEX triplet: 30, 0D and F0. RGB value is (48,13,240). Sum of RGB (Red+Green+Blue) = 48+13+240=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 240 (94.14% from 255 or 79.73% from 301); Max value from RGB is 240 - color contains mainly: blue. Hex color #300DF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300DF0 is #CFF20F. Grayscale: #303030. Windows color (decimal): -13627920 or 15732016. OLE color: 15732016.

HSL color Cylindrical-coordinate representation of color #300DF0: hue angle of 249.25º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300DF0 is Cyan = 0.8, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 13 240 -
CMYK 0.8 0.95 0 0.06
HSL 249.25º 0.9% 0.5% -
HSV(B) 249.25º 0.95% 0.94% -
XYZ 17.09 7.21 82.93 -
YUV 49.34 235.6 127.04 -
System Red Green Blue C M Y K H S L
Decimal 48 13 240 0.8 0.95 0 0.06 249.25 0.9 0.5
Hex 30 D F0 50 5F 0 6 F9 5A 32
Octal 60 15 360 120 137 0 6 371 132 62
Binary 110000 1101 11110000 1010000 1011111 0 110 11111001 1011010 110010

Color Harmonies of #300DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300DF0

Black with #300DF0

Text Example


Text Example

White with #300DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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