Html Css Color HEX #300AFB Han Purple

📋 copy color: '#300AFB'

red 48 ◦ green 10 ◦ blue 251

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

Shades of Han Purple #300AFB

Tints of Han Purple #300AFB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.24%

 BLUE value IS 251 (98.44% from 255) = 81.23%

R = 15.53%
G = 3.24%
B = 81.23%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#300AFB (or 0x300AFB) is known color: Han Purple. HEX triplet: 30, 0A and FB. RGB value is (48,10,251). Sum of RGB (Red+Green+Blue) = 48+10+251=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 251 (98.44% from 255 or 81.23% from 309); Max value from RGB is 251 - color contains mainly: blue. Hex color #300AFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300AFB is #CFF504. Grayscale: #2F2F2F. Windows color (decimal): -13628677 or 16452144. OLE color: 16452144.

HSL color Cylindrical-coordinate representation of color #300AFB: hue angle of 249.46º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300AFB is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 10 251 -
CMYK 0.81 0.96 0 0.02
HSL 249.46º 0.97% 0.51% -
HSV(B) 249.46º 0.96% 0.98% -
XYZ 18.74 7.81 91.79 -
YUV 48.84 242.09 127.4 -
System Red Green Blue C M Y K H S L
Decimal 48 10 251 0.81 0.96 0 0.02 249.46 0.97 0.51
Hex 30 A FB 51 60 0 2 F9 61 33
Octal 60 12 373 121 140 0 2 371 141 63
Binary 110000 1010 11111011 1010001 1100000 0 10 11111001 1100001 110011

Color Harmonies of #300AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300AFB

Black with #300AFB

Text Example


Text Example

White with #300AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,10,251); }

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

background-color css

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

 a { background-color: rgb(48,10,251); }

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

border-color css

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

 span { border-color: rgb(48,10,251); }

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