Html Css Color HEX #300CF0 Han Purple

📋 copy color: '#300CF0'

red 48 ◦ green 12 ◦ blue 240

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

Shades of Han Purple #300CF0

Tints of Han Purple #300CF0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4%

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

R = 16%
G = 4%
B = 80%

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

#300CF0 (or 0x300CF0) is known color: Han Purple. HEX triplet: 30, 0C and F0. RGB value is (48,12,240). Sum of RGB (Red+Green+Blue) = 48+12+240=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 240 (94.14% from 255 or 80% from 300); Max value from RGB is 240 - color contains mainly: blue. Hex color #300CF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300CF0 is #CFF30F. Grayscale: #2F2F2F. Windows color (decimal): -13628176 or 15731760. OLE color: 15731760.

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

Color convert

RGB 48 12 240 -
CMYK 0.8 0.95 0 0.06
HSL 249.47º 0.9% 0.49% -
HSV(B) 249.47º 0.95% 0.94% -
XYZ 17.08 7.18 82.92 -
YUV 48.76 235.93 127.46 -
System Red Green Blue C M Y K H S L
Decimal 48 12 240 0.8 0.95 0 0.06 249.47 0.9 0.49
Hex 30 C F0 50 5F 0 6 F9 5A 31
Octal 60 14 360 120 137 0 6 371 132 61
Binary 110000 1100 11110000 1010000 1011111 0 110 11111001 1011010 110001

Color Harmonies of #300CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300CF0

Black with #300CF0

Text Example


Text Example

White with #300CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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