Html Css Color HEX #300CF4 Han Purple

📋 copy color: '#300CF4'

red 48 ◦ green 12 ◦ blue 244

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

Shades of Han Purple #300CF4

Tints of Han Purple #300CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 80.26%

R = 15.79%
G = 3.95%
B = 80.26%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#300CF4 (or 0x300CF4) is known color: Han Purple. HEX triplet: 30, 0C and F4. RGB value is (48,12,244). Sum of RGB (Red+Green+Blue) = 48+12+244=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 244 (95.70% from 255 or 80.26% from 304); Max value from RGB is 244 - color contains mainly: blue. Hex color #300CF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300CF4 is #CFF30B. Grayscale: #303030. Windows color (decimal): -13628172 or 15993904. OLE color: 15993904.

HSL color Cylindrical-coordinate representation of color #300CF4: hue angle of 249.31º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300CF4 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 12 244 -
CMYK 0.80 0.95 0 0.04
HSL 249.31º 0.91% 0.5% -
HSV(B) 249.31º 0.95% 0.96% -
XYZ 17.68 7.42 86.09 -
YUV 49.21 237.93 127.14 -
System Red Green Blue C M Y K H S L
Decimal 48 12 244 0.80 0.95 0 0.04 249.31 0.91 0.5
Hex 30 C F4 50 5F 0 4 F9 5B 32
Octal 60 14 364 120 137 0 4 371 133 62
Binary 110000 1100 11110100 1010000 1011111 0 100 11111001 1011011 110010

Color Harmonies of #300CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300CF4

Black with #300CF4

Text Example


Text Example

White with #300CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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