Html Css Color HEX #330BDB Han Purple

📋 copy color: '#330BDB'

red 51 ◦ green 11 ◦ blue 219

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

Shades of Han Purple #330BDB

Tints of Han Purple #330BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 77.94%

R = 18.15%
G = 3.91%
B = 77.94%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#330BDB (or 0x330BDB) is known color: Han Purple. HEX triplet: 33, 0B and DB. RGB value is (51,11,219). Sum of RGB (Red+Green+Blue) = 51+11+219=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #330BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330BDB is #CCF424. Grayscale: #2D2D2D. Windows color (decimal): -13431845 or 14355251. OLE color: 14355251.

HSL color Cylindrical-coordinate representation of color #330BDB: hue angle of 251.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330BDB is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 11 219 -
CMYK 0.77 0.95 0 0.14
HSL 251.54º 0.9% 0.45% -
HSV(B) 251.54º 0.95% 0.86% -
XYZ 14.27 6.06 67.43 -
YUV 46.67 225.25 131.09 -
System Red Green Blue C M Y K H S L
Decimal 51 11 219 0.77 0.95 0 0.14 251.54 0.9 0.45
Hex 33 B DB 4D 5F 0 E FC 5A 2D
Octal 63 13 333 115 137 0 16 374 132 55
Binary 110011 1011 11011011 1001101 1011111 0 1110 11111100 1011010 101101

Color Harmonies of #330BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BDB

Black with #330BDB

Text Example


Text Example

White with #330BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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