Html Css Color HEX #330BF5 Han Purple

📋 copy color: '#330BF5'

red 51 ◦ green 11 ◦ blue 245

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

Shades of Han Purple #330BF5

Tints of Han Purple #330BF5

RGB

 RED value IS 51 (20.31% from 255) = 16.61%

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

 BLUE value IS 245 (96.09% from 255) = 79.8%

R = 16.61%
G = 3.58%
B = 79.8%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#330BF5 (or 0x330BF5) is known color: Han Purple. HEX triplet: 33, 0B and F5. RGB value is (51,11,245). Sum of RGB (Red+Green+Blue) = 51+11+245=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 245 (96.09% from 255 or 79.80% from 307); Max value from RGB is 245 - color contains mainly: blue. Hex color #330BF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330BF5 is #CCF40A. Grayscale: #303030. Windows color (decimal): -13431819 or 16059187. OLE color: 16059187.

HSL color Cylindrical-coordinate representation of color #330BF5: hue angle of 250.26º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330BF5 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 11 245 -
CMYK 0.79 0.96 0 0.04
HSL 250.26º 0.92% 0.5% -
HSV(B) 250.26º 0.96% 0.96% -
XYZ 17.97 7.54 86.89 -
YUV 49.64 238.25 128.97 -
System Red Green Blue C M Y K H S L
Decimal 51 11 245 0.79 0.96 0 0.04 250.26 0.92 0.5
Hex 33 B F5 4F 60 0 4 FA 5C 32
Octal 63 13 365 117 140 0 4 372 134 62
Binary 110011 1011 11110101 1001111 1100000 0 100 11111010 1011100 110010

Color Harmonies of #330BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BF5

Black with #330BF5

Text Example


Text Example

White with #330BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330BF5; }

 p { color: rgb(51,11,245); }

 H1.HeaderClassName
 {
   color: #330BF5;
 }
 .AnyTagClassName
 {
   color: #330BF5;
 }
</style>

background-color css

<style>
 a { background-color: #330BF5; }

 a { background-color: rgb(51,11,245); }

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

border-color css

<style>
 span { border-color: #330BF5; }

 span { border-color: rgb(51,11,245); }

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