Html Css Color HEX #3306DC Han Purple

📋 copy color: '#3306DC'

red 51 ◦ green 6 ◦ blue 220

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

Shades of Han Purple #3306DC

Tints of Han Purple #3306DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 79.42%

R = 18.41%
G = 2.17%
B = 79.42%

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

#3306DC (or 0x3306DC) is known color: Han Purple. HEX triplet: 33, 06 and DC. RGB value is (51,6,220). Sum of RGB (Red+Green+Blue) = 51+6+220=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 220 (86.33% from 255 or 79.42% from 277); Max value from RGB is 220 - color contains mainly: blue. Hex color #3306DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3306DC is #CCF923. Grayscale: #2B2B2B. Windows color (decimal): -13433124 or 14419507. OLE color: 14419507.

HSL color Cylindrical-coordinate representation of color #3306DC: hue angle of 252.62º 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 #3306DC is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 6 220 -
CMYK 0.77 0.97 0 0.14
HSL 252.62º 0.95% 0.44% -
HSV(B) 252.62º 0.97% 0.86% -
XYZ 14.35 6 68.11 -
YUV 43.85 227.41 133.1 -
System Red Green Blue C M Y K H S L
Decimal 51 6 220 0.77 0.97 0 0.14 252.62 0.95 0.44
Hex 33 6 DC 4D 61 0 E FD 5F 2C
Octal 63 6 334 115 141 0 16 375 137 54
Binary 110011 110 11011100 1001101 1100001 0 1110 11111101 1011111 101100

Color Harmonies of #3306DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3306DC

Black with #3306DC

Text Example


Text Example

White with #3306DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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