Html Css Color HEX #330BFE Han Purple

📋 copy color: '#330BFE'

red 51 ◦ green 11 ◦ blue 254

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

Shades of Han Purple #330BFE

Tints of Han Purple #330BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 80.38%

R = 16.14%
G = 3.48%
B = 80.38%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#330BFE (or 0x330BFE) is known color: Han Purple. HEX triplet: 33, 0B and FE. RGB value is (51,11,254). Sum of RGB (Red+Green+Blue) = 51+11+254=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 254 (99.61% from 255 or 80.38% from 316); Max value from RGB is 254 - color contains mainly: blue. Hex color #330BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330BFE is #CCF401. Grayscale: #313131. Windows color (decimal): -13431810 or 16649011. OLE color: 16649011.

HSL color Cylindrical-coordinate representation of color #330BFE: hue angle of 249.88º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330BFE is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 51 11 254 -
CMYK 0.80 0.96 0 0.00
HSL 249.88º 0.99% 0.52% -
HSV(B) 249.88º 0.96% 1% -
XYZ 19.37 8.1 94.31 -
YUV 50.66 242.75 128.24 -
System Red Green Blue C M Y K H S L
Decimal 51 11 254 0.80 0.96 0 0.00 249.88 0.99 0.52
Hex 33 B FE 50 60 0 0 FA 63 34
Octal 63 13 376 120 140 0 0 372 143 64
Binary 110011 1011 11111110 1010000 1100000 0 0 11111010 1100011 110100

Color Harmonies of #330BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BFE

Black with #330BFE

Text Example


Text Example

White with #330BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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