Html Css Color HEX #330BD8 Han Purple

📋 copy color: '#330BD8'

red 51 ◦ green 11 ◦ blue 216

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

Shades of Han Purple #330BD8

Tints of Han Purple #330BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 77.7%

R = 18.35%
G = 3.96%
B = 77.7%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#330BD8 (or 0x330BD8) is known color: Han Purple. HEX triplet: 33, 0B and D8. RGB value is (51,11,216). Sum of RGB (Red+Green+Blue) = 51+11+216=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 216 (84.77% from 255 or 77.70% from 278); Max value from RGB is 216 - color contains mainly: blue. Hex color #330BD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330BD8 is #CCF427. Grayscale: #2D2D2D. Windows color (decimal): -13431848 or 14158643. OLE color: 14158643.

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

Color convert

RGB 51 11 216 -
CMYK 0.76 0.95 0 0.15
HSL 251.71º 0.9% 0.45% -
HSV(B) 251.71º 0.95% 0.85% -
XYZ 13.88 5.9 65.37 -
YUV 46.33 223.75 131.33 -
System Red Green Blue C M Y K H S L
Decimal 51 11 216 0.76 0.95 0 0.15 251.71 0.9 0.45
Hex 33 B D8 4C 5F 0 F FC 5A 2D
Octal 63 13 330 114 137 0 17 374 132 55
Binary 110011 1011 11011000 1001100 1011111 0 1111 11111100 1011010 101101

Color Harmonies of #330BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BD8

Black with #330BD8

Text Example


Text Example

White with #330BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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