Html Css Color HEX #300CFE Han Purple

📋 copy color: '#300CFE'

red 48 ◦ green 12 ◦ blue 254

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

Shades of Han Purple #300CFE

Tints of Han Purple #300CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 80.89%

R = 15.29%
G = 3.82%
B = 80.89%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#300CFE (or 0x300CFE) is known color: Han Purple. HEX triplet: 30, 0C and FE. RGB value is (48,12,254). Sum of RGB (Red+Green+Blue) = 48+12+254=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 254 (99.61% from 255 or 80.89% from 314); Max value from RGB is 254 - color contains mainly: blue. Hex color #300CFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300CFE is #CFF301. Grayscale: #313131. Windows color (decimal): -13628162 or 16649264. OLE color: 16649264.

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

Color convert

RGB 48 12 254 -
CMYK 0.81 0.95 0 0.00
HSL 248.93º 0.99% 0.52% -
HSV(B) 248.93º 0.95% 1% -
XYZ 19.24 8.05 94.31 -
YUV 50.35 242.93 126.32 -
System Red Green Blue C M Y K H S L
Decimal 48 12 254 0.81 0.95 0 0.00 248.93 0.99 0.52
Hex 30 C FE 51 5F 0 0 F9 63 34
Octal 60 14 376 121 137 0 0 371 143 64
Binary 110000 1100 11111110 1010001 1011111 0 0 11111001 1100011 110100

Color Harmonies of #300CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300CFE

Black with #300CFE

Text Example


Text Example

White with #300CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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