Html Css Color HEX #330FFB Han Purple

📋 copy color: '#330FFB'

red 51 ◦ green 15 ◦ blue 251

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

Shades of Han Purple #330FFB

Tints of Han Purple #330FFB

RGB

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

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

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

R = 16.09%
G = 4.73%
B = 79.18%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#330FFB (or 0x330FFB) is known color: Han Purple. HEX triplet: 33, 0F and FB. RGB value is (51,15,251). Sum of RGB (Red+Green+Blue) = 51+15+251=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 251 (98.44% from 255 or 79.18% from 317); Max value from RGB is 251 - color contains mainly: blue. Hex color #330FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330FFB is #CCF004. Grayscale: #333333. Windows color (decimal): -13430789 or 16453427. OLE color: 16453427.

HSL color Cylindrical-coordinate representation of color #330FFB: hue angle of 249.15º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330FFB is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 15 251 -
CMYK 0.80 0.94 0 0.02
HSL 249.15º 0.97% 0.52% -
HSV(B) 249.15º 0.94% 0.98% -
XYZ 18.95 8.01 91.81 -
YUV 52.67 239.93 126.81 -
System Red Green Blue C M Y K H S L
Decimal 51 15 251 0.80 0.94 0 0.02 249.15 0.97 0.52
Hex 33 F FB 50 5E 0 2 F9 61 34
Octal 63 17 373 120 136 0 2 371 141 64
Binary 110011 1111 11111011 1010000 1011110 0 10 11111001 1100001 110100

Color Harmonies of #330FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330FFB

Black with #330FFB

Text Example


Text Example

White with #330FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,15,251); }

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

background-color css

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

 a { background-color: rgb(51,15,251); }

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

border-color css

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

 span { border-color: rgb(51,15,251); }

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