Html Css Color HEX #300FFC Han Purple

📋 copy color: '#300FFC'

red 48 ◦ green 15 ◦ blue 252

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

Shades of Han Purple #300FFC

Tints of Han Purple #300FFC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.76%

 BLUE value IS 252 (98.83% from 255) = 80%

R = 15.24%
G = 4.76%
B = 80%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#300FFC (or 0x300FFC) is known color: Han Purple. HEX triplet: 30, 0F and FC. RGB value is (48,15,252). Sum of RGB (Red+Green+Blue) = 48+15+252=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 252 (98.83% from 255 or 80% from 315); Max value from RGB is 252 - color contains mainly: blue. Hex color #300FFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300FFC is #CFF003. Grayscale: #323232. Windows color (decimal): -13627396 or 16518960. OLE color: 16518960.

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

Color convert

RGB 48 15 252 -
CMYK 0.81 0.94 0 0.01
HSL 248.35º 0.98% 0.52% -
HSV(B) 248.35º 0.94% 0.99% -
XYZ 18.96 8 92.64 -
YUV 51.89 240.93 125.23 -
System Red Green Blue C M Y K H S L
Decimal 48 15 252 0.81 0.94 0 0.01 248.35 0.98 0.52
Hex 30 F FC 51 5E 0 1 F8 62 34
Octal 60 17 374 121 136 0 1 370 142 64
Binary 110000 1111 11111100 1010001 1011110 0 1 11111000 1100010 110100

Color Harmonies of #300FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300FFC

Black with #300FFC

Text Example


Text Example

White with #300FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,15,252); }

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

background-color css

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

 a { background-color: rgb(48,15,252); }

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

border-color css

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

 span { border-color: rgb(48,15,252); }

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