Html Css Color HEX #3306DF Han Purple

📋 copy color: '#3306DF'

red 51 ◦ green 6 ◦ blue 223

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

Shades of Han Purple #3306DF

Tints of Han Purple #3306DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 79.64%

R = 18.21%
G = 2.14%
B = 79.64%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3306DF (or 0x3306DF) is known color: Han Purple. HEX triplet: 33, 06 and DF. RGB value is (51,6,223). Sum of RGB (Red+Green+Blue) = 51+6+223=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 223 (87.5% from 255 or 79.64% from 280); Max value from RGB is 223 - color contains mainly: blue. Hex color #3306DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3306DF is #CCF920. Grayscale: #2B2B2B. Windows color (decimal): -13433121 or 14616115. OLE color: 14616115.

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

Color convert

RGB 51 6 223 -
CMYK 0.77 0.97 0 0.13
HSL 252.44º 0.95% 0.45% -
HSV(B) 252.44º 0.97% 0.87% -
XYZ 14.75 6.16 70.22 -
YUV 44.19 228.91 132.86 -
System Red Green Blue C M Y K H S L
Decimal 51 6 223 0.77 0.97 0 0.13 252.44 0.95 0.45
Hex 33 6 DF 4D 61 0 D FC 5F 2D
Octal 63 6 337 115 141 0 15 374 137 55
Binary 110011 110 11011111 1001101 1100001 0 1101 11111100 1011111 101101

Color Harmonies of #3306DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3306DF

Black with #3306DF

Text Example


Text Example

White with #3306DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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