Html Css Color HEX #330BDE Han Purple

📋 copy color: '#330BDE'

red 51 ◦ green 11 ◦ blue 222

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

Shades of Han Purple #330BDE

Tints of Han Purple #330BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 78.17%

R = 17.96%
G = 3.87%
B = 78.17%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#330BDE (or 0x330BDE) is known color: Han Purple. HEX triplet: 33, 0B and DE. RGB value is (51,11,222). Sum of RGB (Red+Green+Blue) = 51+11+222=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 222 (87.11% from 255 or 78.17% from 284); Max value from RGB is 222 - color contains mainly: blue. Hex color #330BDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330BDE is #CCF421. Grayscale: #2E2E2E. Windows color (decimal): -13431842 or 14551859. OLE color: 14551859.

HSL color Cylindrical-coordinate representation of color #330BDE: hue angle of 251.37º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330BDE is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 11 222 -
CMYK 0.77 0.95 0 0.13
HSL 251.37º 0.91% 0.46% -
HSV(B) 251.37º 0.95% 0.87% -
XYZ 14.67 6.22 69.53 -
YUV 47.01 226.75 130.84 -
System Red Green Blue C M Y K H S L
Decimal 51 11 222 0.77 0.95 0 0.13 251.37 0.91 0.46
Hex 33 B DE 4D 5F 0 D FB 5B 2E
Octal 63 13 336 115 137 0 15 373 133 56
Binary 110011 1011 11011110 1001101 1011111 0 1101 11111011 1011011 101110

Color Harmonies of #330BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BDE

Black with #330BDE

Text Example


Text Example

White with #330BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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