Html Css Color HEX #300FDF Han Purple

📋 copy color: '#300FDF'

red 48 ◦ green 15 ◦ blue 223

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

Shades of Han Purple #300FDF

Tints of Han Purple #300FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 77.97%

R = 16.78%
G = 5.24%
B = 77.97%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#300FDF (or 0x300FDF) is known color: Han Purple. HEX triplet: 30, 0F and DF. RGB value is (48,15,223). Sum of RGB (Red+Green+Blue) = 48+15+223=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 223 (87.5% from 255 or 77.97% from 286); Max value from RGB is 223 - color contains mainly: blue. Hex color #300FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300FDF is #CFF020. Grayscale: #2F2F2F. Windows color (decimal): -13627425 or 14618416. OLE color: 14618416.

HSL color Cylindrical-coordinate representation of color #300FDF: hue angle of 249.52º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300FDF is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 15 223 -
CMYK 0.78 0.93 0 0.13
HSL 249.52º 0.87% 0.47% -
HSV(B) 249.52º 0.93% 0.87% -
XYZ 14.71 6.3 70.25 -
YUV 48.58 226.43 127.59 -
System Red Green Blue C M Y K H S L
Decimal 48 15 223 0.78 0.93 0 0.13 249.52 0.87 0.47
Hex 30 F DF 4E 5D 0 D FA 57 2F
Octal 60 17 337 116 135 0 15 372 127 57
Binary 110000 1111 11011111 1001110 1011101 0 1101 11111010 1010111 101111

Color Harmonies of #300FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300FDF

Black with #300FDF

Text Example


Text Example

White with #300FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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