Html Css Color HEX #3306DB Han Purple

📋 copy color: '#3306DB'

red 51 ◦ green 6 ◦ blue 219

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

Shades of Han Purple #3306DB

Tints of Han Purple #3306DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 18.48%
G = 2.17%
B = 79.35%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3306DB (or 0x3306DB) is known color: Han Purple. HEX triplet: 33, 06 and DB. RGB value is (51,6,219). Sum of RGB (Red+Green+Blue) = 51+6+219=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #3306DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3306DB is #CCF924. Grayscale: #2A2A2A. Windows color (decimal): -13433125 or 14353971. OLE color: 14353971.

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

Color convert

RGB 51 6 219 -
CMYK 0.77 0.97 0 0.14
HSL 252.68º 0.95% 0.44% -
HSV(B) 252.68º 0.97% 0.86% -
XYZ 14.22 5.95 67.42 -
YUV 43.74 226.91 133.18 -
System Red Green Blue C M Y K H S L
Decimal 51 6 219 0.77 0.97 0 0.14 252.68 0.95 0.44
Hex 33 6 DB 4D 61 0 E FD 5F 2C
Octal 63 6 333 115 141 0 16 375 137 54
Binary 110011 110 11011011 1001101 1100001 0 1110 11111101 1011111 101100

Color Harmonies of #3306DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3306DB

Black with #3306DB

Text Example


Text Example

White with #3306DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3306DB; }

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

 H1.HeaderClassName
 {
   color: #3306DB;
 }
 .AnyTagClassName
 {
   color: #3306DB;
 }
</style>

background-color css

<style>
 a { background-color: #3306DB; }

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

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

border-color css

<style>
 span { border-color: #3306DB; }

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

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