Html Css Color HEX #330BEF Han Purple

📋 copy color: '#330BEF'

red 51 ◦ green 11 ◦ blue 239

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

Shades of Han Purple #330BEF

Tints of Han Purple #330BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 79.4%

R = 16.94%
G = 3.65%
B = 79.4%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#330BEF (or 0x330BEF) is known color: Han Purple. HEX triplet: 33, 0B and EF. RGB value is (51,11,239). Sum of RGB (Red+Green+Blue) = 51+11+239=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 239 (93.75% from 255 or 79.40% from 301); Max value from RGB is 239 - color contains mainly: blue. Hex color #330BEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330BEF is #CCF410. Grayscale: #303030. Windows color (decimal): -13431825 or 15665971. OLE color: 15665971.

HSL color Cylindrical-coordinate representation of color #330BEF: hue angle of 250.53º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330BEF is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 51 11 239 -
CMYK 0.79 0.95 0 0.06
HSL 250.53º 0.91% 0.49% -
HSV(B) 250.53º 0.95% 0.94% -
XYZ 17.06 7.18 82.15 -
YUV 48.95 235.25 129.46 -
System Red Green Blue C M Y K H S L
Decimal 51 11 239 0.79 0.95 0 0.06 250.53 0.91 0.49
Hex 33 B EF 4F 5F 0 6 FB 5B 31
Octal 63 13 357 117 137 0 6 373 133 61
Binary 110011 1011 11101111 1001111 1011111 0 110 11111011 1011011 110001

Color Harmonies of #330BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BEF

Black with #330BEF

Text Example


Text Example

White with #330BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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