Html Css Color HEX #330BD7 Han Purple

📋 copy color: '#330BD7'

red 51 ◦ green 11 ◦ blue 215

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

Shades of Han Purple #330BD7

Tints of Han Purple #330BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 77.62%

R = 18.41%
G = 3.97%
B = 77.62%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#330BD7 (or 0x330BD7) is known color: Han Purple. HEX triplet: 33, 0B and D7. RGB value is (51,11,215). Sum of RGB (Red+Green+Blue) = 51+11+215=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 215 (84.38% from 255 or 77.62% from 277); Max value from RGB is 215 - color contains mainly: blue. Hex color #330BD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330BD7 is #CCF428. Grayscale: #2D2D2D. Windows color (decimal): -13431849 or 14093107. OLE color: 14093107.

HSL color Cylindrical-coordinate representation of color #330BD7: hue angle of 251.76º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330BD7 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 11 215 -
CMYK 0.76 0.95 0 0.16
HSL 251.76º 0.9% 0.44% -
HSV(B) 251.76º 0.95% 0.84% -
XYZ 13.75 5.85 64.69 -
YUV 46.22 223.25 131.41 -
System Red Green Blue C M Y K H S L
Decimal 51 11 215 0.76 0.95 0 0.16 251.76 0.9 0.44
Hex 33 B D7 4C 5F 0 10 FC 5A 2C
Octal 63 13 327 114 137 0 20 374 132 54
Binary 110011 1011 11010111 1001100 1011111 0 10000 11111100 1011010 101100

Color Harmonies of #330BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BD7

Black with #330BD7

Text Example


Text Example

White with #330BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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