Html Css Color HEX #300BFD Han Purple

📋 copy color: '#300BFD'

red 48 ◦ green 11 ◦ blue 253

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

Shades of Han Purple #300BFD

Tints of Han Purple #300BFD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.53%

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

R = 15.38%
G = 3.53%
B = 81.09%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#300BFD (or 0x300BFD) is known color: Han Purple. HEX triplet: 30, 0B and FD. RGB value is (48,11,253). Sum of RGB (Red+Green+Blue) = 48+11+253=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 253 (99.22% from 255 or 81.09% from 312); Max value from RGB is 253 - color contains mainly: blue. Hex color #300BFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300BFD is #CFF402. Grayscale: #303030. Windows color (decimal): -13628419 or 16583472. OLE color: 16583472.

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

Color convert

RGB 48 11 253 -
CMYK 0.81 0.96 0 0.01
HSL 249.17º 0.98% 0.52% -
HSV(B) 249.17º 0.96% 0.99% -
XYZ 19.07 7.96 93.46 -
YUV 49.65 242.76 126.82 -
System Red Green Blue C M Y K H S L
Decimal 48 11 253 0.81 0.96 0 0.01 249.17 0.98 0.52
Hex 30 B FD 51 60 0 1 F9 62 34
Octal 60 13 375 121 140 0 1 371 142 64
Binary 110000 1011 11111101 1010001 1100000 0 1 11111001 1100010 110100

Color Harmonies of #300BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300BFD

Black with #300BFD

Text Example


Text Example

White with #300BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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