Html Css Color HEX #330BFB Han Purple

📋 copy color: '#330BFB'

red 51 ◦ green 11 ◦ blue 251

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

Shades of Han Purple #330BFB

Tints of Han Purple #330BFB

RGB

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

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

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

R = 16.29%
G = 3.51%
B = 80.19%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#330BFB (or 0x330BFB) is known color: Han Purple. HEX triplet: 33, 0B and FB. RGB value is (51,11,251). Sum of RGB (Red+Green+Blue) = 51+11+251=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 251 (98.44% from 255 or 80.19% from 313); Max value from RGB is 251 - color contains mainly: blue. Hex color #330BFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330BFB is #CCF404. Grayscale: #313131. Windows color (decimal): -13431813 or 16452403. OLE color: 16452403.

HSL color Cylindrical-coordinate representation of color #330BFB: hue angle of 250º 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 #330BFB is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 11 251 -
CMYK 0.80 0.96 0 0.02
HSL 250º 0.97% 0.51% -
HSV(B) 250º 0.96% 0.98% -
XYZ 18.9 7.91 91.8 -
YUV 50.32 241.25 128.49 -
System Red Green Blue C M Y K H S L
Decimal 51 11 251 0.80 0.96 0 0.02 250 0.97 0.51
Hex 33 B FB 50 60 0 2 FA 61 33
Octal 63 13 373 120 140 0 2 372 141 63
Binary 110011 1011 11111011 1010000 1100000 0 10 11111010 1100001 110011

Color Harmonies of #330BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BFB

Black with #330BFB

Text Example


Text Example

White with #330BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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