Html Css Color HEX #300CFD Han Purple

📋 copy color: '#300CFD'

red 48 ◦ green 12 ◦ blue 253

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

Shades of Han Purple #300CFD

Tints of Han Purple #300CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 80.83%

R = 15.34%
G = 3.83%
B = 80.83%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#300CFD (or 0x300CFD) is known color: Han Purple. HEX triplet: 30, 0C and FD. RGB value is (48,12,253). Sum of RGB (Red+Green+Blue) = 48+12+253=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 253 (99.22% from 255 or 80.83% from 313); Max value from RGB is 253 - color contains mainly: blue. Hex color #300CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300CFD is #CFF302. Grayscale: #313131. Windows color (decimal): -13628163 or 16583728. OLE color: 16583728.

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

Color convert

RGB 48 12 253 -
CMYK 0.81 0.95 0 0.01
HSL 248.96º 0.98% 0.52% -
HSV(B) 248.96º 0.95% 0.99% -
XYZ 19.08 7.98 93.46 -
YUV 50.24 242.43 126.4 -
System Red Green Blue C M Y K H S L
Decimal 48 12 253 0.81 0.95 0 0.01 248.96 0.98 0.52
Hex 30 C FD 51 5F 0 1 F9 62 34
Octal 60 14 375 121 137 0 1 371 142 64
Binary 110000 1100 11111101 1010001 1011111 0 1 11111001 1100010 110100

Color Harmonies of #300CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300CFD

Black with #300CFD

Text Example


Text Example

White with #300CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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